Skip to content

Commit 354a911

Browse files
author
Gerrit Garbereder
committed
Move dependencies
1 parent 1f1e97d commit 354a911

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

Task-Tracker-Entities/build.gradle.kts

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ repositories {
1111
}
1212

1313
kotlin {
14-
sourceSets {
15-
val commonMain by getting {
16-
dependencies {
17-
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")
18-
}
19-
}
20-
}
2114
jvm {
2215
jvmToolchain(17)
2316
withJava()
@@ -44,7 +37,11 @@ kotlin {
4437

4538

4639
sourceSets {
47-
val commonMain by getting
40+
val commonMain by getting {
41+
dependencies {
42+
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")
43+
}
44+
}
4845
val commonTest by getting {
4946
dependencies {
5047
implementation(kotlin("test"))

0 commit comments

Comments
 (0)