Skip to content

Commit

Permalink
fix: KMP Gradle bug (#99)
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Moussa <[email protected]>
  • Loading branch information
hamada147 committed May 20, 2024
1 parent 7ed9382 commit d4e366c
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
Expand Up @@ -15,7 +15,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20")
classpath("com.android.tools.build:gradle:7.2.2")
// classpath("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.7.21")
}
Expand Down

0 comments on commit d4e366c

Please sign in to comment.