Skip to content

Commit

Permalink
Update kotlin monorepo to v2.0.20 (#143)
Browse files Browse the repository at this point in the history
* Update kotlin monorepo to v2.0.20

* Remove enableStrongSkippingMode flag

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Zongle Wang <wangzongler@gmail.com>
  • Loading branch information
renovate[bot] and Goooler authored Aug 22, 2024
1 parent ad2eefb commit 1f47206
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ allprojects {

plugins.withId(rootProject.libs.plugins.kotlin.compose.get().pluginId) {
extensions.configure<ComposeCompilerGradlePluginExtension> {
enableStrongSkippingMode = true
stabilityConfigurationFile = rootProject.layout.projectDirectory.file("stability_config.conf")
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
idea = "2024.1"
intellij = "2.0.1"
kotlin = "2.0.10"
kotlin = "2.0.20"

[libraries]
androidx-activity-compose = "androidx.activity:activity-compose:1.9.1"
Expand Down

0 comments on commit 1f47206

Please sign in to comment.