Skip to content

Commit

Permalink
CHANGE Kotlin version to 1.9.21 and related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaslogen committed Dec 15, 2023
1 parent 9bb13b2 commit bf71932
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.dep.compose.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = libs.versions.kotlinCompilerExtensionVersion.get()
kotlinCompilerExtensionVersion = libs.versions.kotlinCompilerComposeExtensionVersion.get()
}
}

Expand Down
2 changes: 1 addition & 1 deletion build.module.feature-and-app.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = libs.versions.kotlinCompilerExtensionVersion.get()
kotlinCompilerExtensionVersion = libs.versions.kotlinCompilerComposeExtensionVersion.get()
}
packaging {
resources {
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ kotlinxCoroutinesTest = "1.7.3"
junit = "4.13.2"
mockkAndroid = "1.13.8"
jvmTarget = "17"
kotlin = "1.9.20"
gradlePlugin = "8.1.3"
kotlin = "1.9.21"
gradlePlugin = "8.2.0"
manesVersions = "0.44.0"
littleRobotsCatalogUpdates = "0.8.1"
hilt = "2.48.1"
ksp = "1.9.20-1.0.14"
ksp = "1.9.21-1.0.16"
retrofit = "2.9.0"
moshi = "1.15.0"
networkResponseAdapter = "5.0.0"
napier = "2.6.1"
composeDestinations = "1.9.55"
okhttp = "4.12.0"
composePlatform = "2023.10.01"
kotlinCompilerExtensionVersion = "1.5.4"
activityCompose = "1.8.0"
kotlinCompilerComposeExtensionVersion = "1.5.6"
activityCompose = "1.8.2"
hiltNavigationCompose = "1.1.0"
composeLifecycle = "2.6.2"
turbine = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Jan 26 10:33:34 CET 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit bf71932

Please sign in to comment.