Skip to content

Commit 91307a6

Browse files
committed
Remove withJava function
1 parent 8d66760 commit 91307a6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

desktopApp/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ plugins {
88

99
kotlin {
1010
jvm {
11-
withJava()
1211
}
1312
sourceSets {
1413
val jvmMain by getting {

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ kotlin.native.cacheKind=none
1010
kotlin.mpp.stability.nowarn=true
1111
kotlin.mpp.enableCInteropCommonization=true
1212
kotlin.mpp.androidSourceSetLayoutVersion=2
13-
kotlin.mpp.androidGradlePluginCompatibility.nowarn=true
1413

1514
#Compose
1615
org.jetbrains.compose.experimental.uikit.enabled=true

0 commit comments

Comments
 (0)