Skip to content

Commit 36e0145

Browse files
fix(deps): update kotlin & dokka & compose compiler
1 parent 36c1d8f commit 36e0145

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.gradle.kts

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import org.jetbrains.dokka.base.DokkaBase
33
import org.jetbrains.dokka.base.DokkaBaseConfiguration
44

55
plugins {
6-
kotlin("jvm") version "1.9.21" apply false
7-
kotlin("android") version "1.9.21" apply false
8-
kotlin("multiplatform") version "1.9.21" apply false
9-
kotlin("plugin.serialization") version "1.9.21" apply false
6+
kotlin("jvm") version "1.9.22" apply false
7+
kotlin("android") version "1.9.22" apply false
8+
kotlin("multiplatform") version "1.9.22" apply false
9+
kotlin("plugin.serialization") version "1.9.22" apply false
1010
id("com.android.library") version "8.2.1" apply false
1111
id("com.android.test") version "8.2.1" apply false
1212
id("androidx.baselineprofile") version "1.2.2" apply false

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ compileSdk = "34"
44
targetSdk = "33"
55
minSdk = "23"
66

7-
kotlin-lang = "1.9.21"
7+
kotlin-lang = "1.9.22"
88
kotlin-dokka = "1.9.10"
99

1010
kotlin-serialization = "1.6.2"
@@ -14,7 +14,7 @@ androidx-activityCompose = "1.8.2"
1414
androidx-activityComposeCatalog = "1.8.2"
1515
androidx-core = "1.12.0"
1616
androidx-constraint-layout = "1.0.1"
17-
compose-compiler = "1.5.6"
17+
compose-compiler = "1.5.7"
1818
mockk = "1.13.9"
1919
square-kotlinPoet = "1.15.3"
2020

0 commit comments

Comments
 (0)