We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1e97d commit 354a911Copy full SHA for 354a911
Task-Tracker-Entities/build.gradle.kts
@@ -11,13 +11,6 @@ repositories {
11
}
12
13
kotlin {
14
- sourceSets {
15
- val commonMain by getting {
16
- dependencies {
17
- implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")
18
- }
19
20
21
jvm {
22
jvmToolchain(17)
23
withJava()
@@ -44,7 +37,11 @@ kotlin {
44
37
45
38
46
39
sourceSets {
47
- val commonMain by getting
40
+ val commonMain by getting {
41
+ dependencies {
42
+ implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")
43
+ }
48
val commonTest by getting {
49
dependencies {
50
implementation(kotlin("test"))
0 commit comments