Skip to content

Commit

Permalink
Merge pull request #468 from android/renovate/main-kotlin-dependencies
Browse files Browse the repository at this point in the history
Update Kotlin Dependencies (main)
  • Loading branch information
mlykotom authored Jun 24, 2024
2 parents b4625db + 0eab732 commit bce949a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 92 deletions.
87 changes: 0 additions & 87 deletions AdaptiveUiCodelab/app/build.gradle

This file was deleted.

4 changes: 1 addition & 3 deletions AdaptiveUiCodelab/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
alias(libs.plugins.compose.compiler)
}

android {
Expand Down Expand Up @@ -55,9 +56,6 @@ android {
buildFeatures {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.13"
}
packaging {
resources {
excludes += "/META-INF/AL2.0"
Expand Down
1 change: 1 addition & 0 deletions AdaptiveUiCodelab/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ buildscript {
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.kotlin.android) apply false
alias(libs.plugins.compose.compiler) apply false
}
5 changes: 3 additions & 2 deletions AdaptiveUiCodelab/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ activityCompose = "1.9.0"
espressoCore = "3.5.1"
junit = "4.13.2"
junitVersion = "1.1.5"
kotlin = "1.9.23"
kotlinxCoroutinesAndroid = "1.8.0"
kotlin = "2.0.0"
kotlinxCoroutinesAndroid = "1.8.1"
lifecycle = "2.8.2"
window = "1.3.0"

Expand All @@ -33,3 +33,4 @@ kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutine
[plugins]
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }

0 comments on commit bce949a

Please sign in to comment.