Skip to content

Commit e9af677

Browse files
committed
chore: fix dependencies
1 parent 2b7d3a2 commit e9af677

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[versions]
22
compose = "1.6.0-alpha01"
3+
coroutines = "1.7.3"
34

45
[plugins]
56
compose = { id = "org.jetbrains.compose", version.ref = "compose" }
7+
8+
[libraries]
9+
kotlinx-coroutinesCore = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }

test/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ kotlin.kodein {
1010
implementation(kotlin.compose.html.core)
1111
implementation(kotlin.compose.runtime)
1212
implementation(projects.cssInComposable)
13+
implementation(libs.kotlinx.coroutinesCore)
1314
}
1415
target.binaries.executable()
1516
}

0 commit comments

Comments
 (0)