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 fab741d commit acd4c67Copy full SHA for acd4c67
Task-Tracker-Entities-Impl/build.gradle.kts
@@ -12,13 +12,6 @@ repositories {
12
}
13
14
kotlin {
15
- sourceSets {
16
- val commonMain by getting {
17
- dependencies {
18
- implementation("com.garbereder.tasktracker.entities:Task-Tracker-Entities:1.0-SNAPSHOT")
19
- }
20
21
22
jvm {
23
jvmToolchain(17)
24
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("com.garbereder.tasktracker.entities:Task-Tracker-Entities:1.0-SNAPSHOT")
43
+ }
48
val commonTest by getting {
49
dependencies {
50
implementation(kotlin("test"))
0 commit comments