Skip to content

Commit

Permalink
Kotlin 1.7.20-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
Salomon BRYS committed Sep 19, 2022
1 parent 9e5ac7d commit 843c7a1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
plugins {
id("org.kodein.root")
id("com.google.devtools.ksp") version "1.7.10-1.0.6" apply false
id("com.google.devtools.ksp") version "1.7.20-RC-1.0.6" apply false
}

val kspVersion by extra { "1.7.10-1.0.6" }
val kspVersion by extra { "1.7.20-RC-1.0.6" }

allprojects {
group = "org.kodein.mock"
version = "1.9.0"
version = "1.10.0-kotlin-1.7.20-RC"
}
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
maven(url = "https://raw.githubusercontent.com/kosi-libs/kodein-internal-gradle-plugin/mvn-repo")
}
dependencies {
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:6.20.2")
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:6.20.2-kotlin-1.7.20-RC")
}
}

Expand Down
2 changes: 1 addition & 1 deletion tests-projects/tests-Android/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("com.android.library") version "7.3.0-beta01"
kotlin("multiplatform") version "1.7.0"
kotlin("multiplatform") version "1.7.20-RC"
id("org.kodein.mock.mockmp")
}

Expand Down
2 changes: 1 addition & 1 deletion tests-projects/tests-Jvm/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("multiplatform") version "1.7.0"
kotlin("multiplatform") version "1.7.20-RC"
id("org.kodein.mock.mockmp")
}

Expand Down

0 comments on commit 843c7a1

Please sign in to comment.