Skip to content

Commit

Permalink
Upgrade Kotlin to 1.6.20
Browse files Browse the repository at this point in the history
  • Loading branch information
bentrengrove committed Apr 19, 2022
1 parent 236ec58 commit 797c58c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ subprojects {
// Set JVM target to 1.8
jvmTarget = "1.8"
// Allow use of @OptIn
freeCompilerArgs += "-Xopt-in=kotlin.RequiresOptIn"
freeCompilerArgs += "-opt-in=kotlin.RequiresOptIn"
// Enable default methods in interfaces
freeCompilerArgs += "-Xjvm-default=all"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gradlePlugin = "7.1.2"
lintMinCompose = "30.0.0"

ktlint = "0.42.1"
kotlin = "1.6.10"
kotlin = "1.6.20"
coroutines = "1.6.0"
okhttp = "3.12.13"
coil = "1.3.2"
Expand Down

0 comments on commit 797c58c

Please sign in to comment.