Skip to content

Commit

Permalink
chore(deps): update kotlin monorepo to v2 (major) (#1523)
Browse files Browse the repository at this point in the history
  • Loading branch information
MV-GH authored May 22, 2024
1 parent 06126a7 commit 52b7529
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions app/benchmark-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
# wrong symbols would be generated. The generated Baseline Profile will be properly applied when generated
# without obfuscation and your app is being obfuscated.
-dontobfuscate
-dontwarn org.slf4j.impl.StaticLoggerBinder
6 changes: 2 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ plugins {
id("org.jetbrains.kotlin.android")
id("com.google.devtools.ksp")
id("androidx.baselineprofile")
kotlin("plugin.serialization") version "1.9.24"
id("org.jetbrains.kotlin.plugin.compose") version "2.0.0"
kotlin("plugin.serialization") version "2.0.0"

}

Expand Down Expand Up @@ -102,9 +103,6 @@ android {
buildFeatures {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.14"
}
}

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
id("com.android.application") version "8.4.1" apply false
id("com.android.library") version "8.4.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.24" apply false
id("org.jetbrains.kotlin.android") version "2.0.0" apply false
id("org.jmailen.kotlinter") version "4.3.0" apply false
id("com.google.devtools.ksp") version "1.9.24-1.0.20" apply false
id("com.google.devtools.ksp") version "2.0.0-1.0.21" apply false
id("com.android.test") version "8.4.1" apply false
id("androidx.baselineprofile") version "1.2.4" apply false
}
Expand Down

0 comments on commit 52b7529

Please sign in to comment.