Skip to content

Commit

Permalink
Revert kotlin version to 1.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Matečný committed Mar 7, 2024
1 parent a48197f commit 00ff2fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import org.jetbrains.dokka.base.DokkaBase
import org.jetbrains.dokka.base.DokkaBaseConfiguration

plugins {
kotlin("jvm") version "1.9.23" apply false
kotlin("android") version "1.9.23" apply false
kotlin("multiplatform") version "1.9.23" apply false
kotlin("plugin.serialization") version "1.9.23" apply false
kotlin("jvm") version "1.9.22" apply false
kotlin("android") version "1.9.22" apply false
kotlin("multiplatform") version "1.9.22" apply false
kotlin("plugin.serialization") version "1.9.22" apply false
id("com.android.library") version "8.2.2" apply false
id("com.android.test") version "8.2.2" apply false
id("androidx.baselineprofile") version "1.2.3" apply false
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ compileSdk = "34"
targetSdk = "33"
minSdk = "23"

kotlin-lang = "1.9.23"
kotlin-lang = "1.9.22"
kotlin-dokka = "1.9.20"

kotlin-serialization = "1.6.3"
Expand Down

0 comments on commit 00ff2fd

Please sign in to comment.