Skip to content

Commit 741a5fb

Browse files
chore(deps): update kotlin & dokka & compose compiler
1 parent 7148b18 commit 741a5fb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.gradle.kts

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ import org.jetbrains.dokka.gradle.DokkaTaskPartial
99
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
1010

1111
plugins {
12-
kotlin("jvm") version "1.9.0" apply false
13-
kotlin("android") version "1.9.0" apply false
14-
kotlin("multiplatform") version "1.9.0" apply false
15-
kotlin("plugin.serialization") version "1.9.0" apply false
12+
kotlin("jvm") version "1.9.10" apply false
13+
kotlin("android") version "1.9.10" apply false
14+
kotlin("multiplatform") version "1.9.10" apply false
15+
kotlin("plugin.serialization") version "1.9.10" apply false
1616
id("com.android.library") version "8.0.2" apply false
1717
id("app.cash.paparazzi") version "1.3.1" apply false
1818
id("com.google.firebase.appdistribution") version "4.0.0" apply false

gradle/libs.versions.toml

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

7-
kotlin-lang = "1.9.0"
7+
kotlin-lang = "1.9.10"
88
kotlin-dokka = "1.8.20"
99

10-
kotlin-serialization = "1.5.1"
10+
kotlin-serialization = "1.6.0"
1111
android-sdkCommon = "31.1.0"
1212
android-lint = "31.1.0"
1313
androidx-activityCompose = "1.7.2"
1414
androidx-activityComposeCatalog = "1.7.2"
1515
androidx-core = "1.10.1"
1616
androidx-constraint-layout = "1.0.1"
17-
compose-compiler = "1.5.1"
17+
compose-compiler = "1.5.2"
1818
mockk = "1.13.7"
1919
square-kotlinPoet = "1.14.2"
2020

0 commit comments

Comments
 (0)