Skip to content

Commit

Permalink
Build: Update to Kotlin 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed May 22, 2024
1 parent 7b1d94a commit 70b8aad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ plugins {
val androidGradlePluginVersion = "8.4.1"
id("com.android.application") version androidGradlePluginVersion apply false
id("com.android.library") version androidGradlePluginVersion apply false
kotlin("android") version "1.9.22" apply false
val kotlinVersion = "2.0.0"
kotlin("android") version kotlinVersion apply false
kotlin("plugin.compose") version kotlinVersion apply false
id("com.vanniktech.maven.publish") version "0.25.3" apply false
}
1 change: 1 addition & 0 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
plugins {
id("com.android.library")
kotlin("android")
kotlin("plugin.compose")
id("com.vanniktech.maven.publish")
}

Expand Down
1 change: 1 addition & 0 deletions sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
plugins {
id("com.android.application")
kotlin("android")
kotlin("plugin.compose")
}

android {
Expand Down

0 comments on commit 70b8aad

Please sign in to comment.