Skip to content

Commit

Permalink
downgrade AGP
Browse files Browse the repository at this point in the history
8.5 is the last version of AGP tested to be compatible with kotlin multiplatform
  • Loading branch information
westnordost committed Oct 16, 2024
1 parent ec98dcb commit 5f11322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("multiplatform") version "2.0.21"
id("com.android.library") version "8.7.1"
id("com.android.library") version "8.5.2"
id("org.jetbrains.dokka") version "1.9.20"

id("maven-publish")
Expand Down

0 comments on commit 5f11322

Please sign in to comment.