Skip to content

Commit

Permalink
Merge pull request #572 from kiwicom/renovate/kotlin-and-dokka-and-co…
Browse files Browse the repository at this point in the history
…mpose-compiler

chore(deps): update kotlin & dokka & compose compiler
  • Loading branch information
hrach authored Nov 8, 2023
2 parents 481ebf4 + 6844ca5 commit 6062340
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
4 changes: 2 additions & 2 deletions 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 All @@ -14,7 +14,7 @@ androidx-activityCompose = "1.8.0"
androidx-activityComposeCatalog = "1.8.0"
androidx-core = "1.12.0"
androidx-constraint-layout = "1.0.1"
compose-compiler = "1.5.3"
compose-compiler = "1.5.4"
mockk = "1.13.7"
square-kotlinPoet = "1.14.2"

Expand Down

0 comments on commit 6062340

Please sign in to comment.