Skip to content

Commit

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

chore(deps): update plugin org.jetbrains.kotlin.multiplatform to v1.8.22
  • Loading branch information
hrach committed Jul 3, 2023
2 parents 607bb62 + fbd92a2 commit f1932ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
kotlin("jvm") version "1.8.22" apply false
kotlin("android") version "1.8.22" apply false
kotlin("multiplatform") version "1.8.21" apply false
kotlin("multiplatform") version "1.8.22" apply false
kotlin("plugin.serialization") version "1.8.22" apply false
id("com.android.library") version "8.0.2" apply false
id("app.cash.paparazzi") version "1.3.0" apply false
Expand Down

0 comments on commit f1932ab

Please sign in to comment.