Skip to content

Commit

Permalink
Merge pull request #35 from guardian/dependabot/gradle/android/kotlin…
Browse files Browse the repository at this point in the history
…-012b0e31f3

Bump the kotlin group in /android with 4 updates
  • Loading branch information
ab-gnm committed May 13, 2024
2 parents d513618 + afe3a5a commit 1e76976
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ private fun Project.setupKotlinCompilerOptions() {
"-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi",
"-opt-in=kotlinx.coroutines.FlowPreview",
"-opt-in=androidx.compose.material3.ExperimentalMaterial3Api",
"-P",
"plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=${libs.findVersion("kotlin").get()}",
)
}
}
Expand Down
4 changes: 2 additions & 2 deletions android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ java = "17"


agp = "8.4.0"
kotlin = "1.9.23"
kotlin = "1.9.24"
# Kotlinter version is tied closely to min & max Kotlin and Gradle versions. Update Kotlinter
# when updating Kotlin. Check compatible versions here:
# https://github.com/jeremymailen/kotlinter-gradle/blob/master/README.md#compatibility
kotlinter = "3.15.0"
#kotlinter = "4.3.0"
# Check kotlin-compose compiler compatibility chart here:
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
compose-compiler = "1.5.11"
compose-compiler = "1.5.13"

activity = "1.9.0"
appcompat = "1.6.1"
Expand Down

0 comments on commit 1e76976

Please sign in to comment.