Skip to content

Commit 3cfe328

Browse files
committed
Moved target enablement to aws-kotlin-repo-tools plugin
1 parent 3f35b7b commit 3cfe328

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

aws-crt-kotlin/build.gradle.kts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,6 @@ configureKmpTargets()
3333
kotlin {
3434
explicitApi()
3535

36-
// FIXME - move to repo-tools plugin
37-
macosX64()
38-
macosArm64()
39-
iosSimulatorArm64()
40-
iosArm64()
41-
iosX64()
42-
linuxX64()
43-
linuxArm64()
44-
// FIXME - setup docker files and cmake tasks appropriately
45-
// mingwX64()
46-
4736
sourceSets {
4837
val commonMain by getting {
4938
dependencies {

0 commit comments

Comments
 (0)