Skip to content

Commit 8c3d77a

Browse files
committed
Remove K/N targets setup from build script
1 parent 29e00d0 commit 8c3d77a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

runtime/build.gradle.kts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,6 @@ subprojects {
3636
kotlin {
3737
explicitApi()
3838

39-
// FIXME -- Move to build plugin
40-
macosX64()
41-
macosArm64()
42-
iosSimulatorArm64()
43-
iosArm64()
44-
iosX64()
45-
linuxX64()
46-
linuxArm64()
47-
// FIXME - Setup docker files and cmake tasks
48-
// mingwX64()
49-
5039
sourceSets {
5140
// dependencies available for all subprojects
5241
named("commonMain") {

0 commit comments

Comments
 (0)