Skip to content

Commit 5f11322

Browse files
committed
downgrade AGP
8.5 is the last version of AGP tested to be compatible with kotlin multiplatform
1 parent ec98dcb commit 5f11322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
kotlin("multiplatform") version "2.0.21"
3-
id("com.android.library") version "8.7.1"
3+
id("com.android.library") version "8.5.2"
44
id("org.jetbrains.dokka") version "1.9.20"
55

66
id("maven-publish")

0 commit comments

Comments
 (0)