Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Update kotlin monorepo to v1.9.22 (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent 8ab5814 commit f2281d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ plugins {
id("com.android.library") version "8.2.2" apply false
id("com.android.application") version "8.2.2" apply false

kotlin("multiplatform") version "1.9.21" apply false
id("org.jetbrains.kotlin.android") version "1.9.21" apply false
kotlin("multiplatform") version "1.9.22" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
id("org.jetbrains.compose") version "1.5.12" apply false

id("com.diffplug.spotless") version "6.21.0"
Expand Down

0 comments on commit f2281d7

Please sign in to comment.