Skip to content

Commit

Permalink
Update references to kotlin 1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed Oct 8, 2022
1 parent e1412d4 commit ae13ff0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Expand Up @@ -10,7 +10,7 @@ plugins {
}

// set the versions of Gradle plugins that the subprojects will use here
val kotlinPluginVersion: String = "1.7.10"
val kotlinPluginVersion: String = "1.7.20"

val androidGradle = "7.2.1"
val kotlinxKover = "0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/buildsrc/config/Deps.kt
Expand Up @@ -11,7 +11,7 @@ object Deps {

const val androidTools = "7.2.1"
const val dokka = "1.7.10"
const val kotlinDefault = "1.7.10"
const val kotlinDefault = "1.7.20"
const val coroutines = "1.6.4"
const val slfj = "1.7.36"
const val logback = "1.2.10"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -8,7 +8,7 @@ org.gradle.welcome=never
org.gradle.jvmargs=-XX:MaxMetaspaceSize=768m
kotlin.mpp.stability.nowarn=true
localrepo=build/maven-local-repo
kotlin.version=1.7.10
kotlin.version=1.7.20
android.useAndroidX=true
# version of Java that will be used to build the project
javaToolchainMainVersion=11
Expand Down

0 comments on commit ae13ff0

Please sign in to comment.