Skip to content

Commit

Permalink
chore(deps): update kotlin & dokka & compose compiler to v1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2023
1 parent 8b1f561 commit 5cd8486
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 @@ -9,10 +9,10 @@ import org.jetbrains.dokka.gradle.DokkaTaskPartial
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.9.10" apply false
kotlin("android") version "1.9.10" apply false
kotlin("multiplatform") version "1.9.10" apply false
kotlin("plugin.serialization") version "1.9.10" apply false
kotlin("jvm") version "1.9.20" apply false
kotlin("android") version "1.9.20" apply false
kotlin("multiplatform") version "1.9.20" apply false
kotlin("plugin.serialization") version "1.9.20" apply false
id("com.android.library") version "8.1.2" apply false
id("com.android.test") version "8.1.2" apply false
id("androidx.baselineprofile") version "1.2.0" 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.10"
kotlin-lang = "1.9.20"
kotlin-dokka = "1.9.10"

kotlin-serialization = "1.6.0"
Expand Down

0 comments on commit 5cd8486

Please sign in to comment.