Skip to content

Commit

Permalink
fix(deps): update kotlin (#329)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Rodrigues <[email protected]>
  • Loading branch information
renovate[bot] and jonathanarodr authored Oct 29, 2024
1 parent 9ab68a5 commit 5bf96cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ fun Project.configureComposeConvention(
}

extensions.configure<ComposeCompilerGradlePluginExtension> {
enableStrongSkippingMode.set(true)
stabilityConfigurationFile.set(rootProject.layout.projectDirectory.file("compose_compiler_config.conf"))
}
}
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ gradleDoctor = "0.10.0"
gradleDependencyAnalysis = "2.3.0"

# kotlin
kotlin = "2.0.10"
ksp = "2.0.10-1.0.24"
kotlinxCoroutines = "1.8.1"
kotlin = "2.0.21"
ksp = "2.0.21-1.0.26"
kotlinxCoroutines = "1.9.0"

# jetpack
androidxCore = "1.13.1"
Expand Down

0 comments on commit 5bf96cb

Please sign in to comment.