|
|
@ -43,14 +43,19 @@ kotlin { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
sourceSets { |
|
|
|
sourceSets { |
|
|
|
val desktopMain by getting |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
val commonMain by getting { |
|
|
|
val commonMain by getting { |
|
|
|
dependencies { |
|
|
|
dependencies { |
|
|
|
implementation(project(":Kapp:library")) |
|
|
|
implementation(project(":Kapp:library")) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
val desktopMain by getting { |
|
|
|
|
|
|
|
dependsOn(commonMain) |
|
|
|
|
|
|
|
dependencies { |
|
|
|
|
|
|
|
implementation(compose.desktop.currentOs) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
val jsMain by getting |
|
|
|
val jsMain by getting |
|
|
|
|
|
|
|
|
|
|
|
if (withNative) { |
|
|
|
if (withNative) { |
|
|
|