Skip to content

Commit

Permalink
Downgrade Kotlin version 1.9.0 -> 1.8.22
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnasSmicius committed Aug 24, 2023
1 parent be69aef commit d6afd45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Versions {
const val APP_COMPAT = "1.1.0"
const val KOTLIN = "1.9.0"
const val KOTLIN = "1.8.22"
const val COROUTINES = "1.7.3"
const val ANDROID_GRADLE_PLUGIN = "7.4.2"
const val JUNIT = "4.13.2"
Expand Down
2 changes: 0 additions & 2 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ android {
buildTypes {
kotlinOptions {
freeCompilerArgs = listOf("-Xopt-in=kotlin.contracts.ExperimentalContracts")
apiVersion = "1.5"
languageVersion = "1.5"
}
}
buildFeatures {
Expand Down

0 comments on commit d6afd45

Please sign in to comment.