Forgot to move arm32 sourcesets

This commit is contained in:
Ugljesa Jovanovic 2020-06-01 11:35:11 +02:00 committed by Ugljesa Jovanovic
parent 9292cded2c
commit 416e9375a1
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F

View File

@ -280,14 +280,6 @@ kotlin {
runningOnLinuxArm64 {
//Not supported in OFFICIAL coroutines at the moment, we're running a custom build
val linuxArm32HfpMain by getting {
dependsOn(nativeMain)
}
val linuxArm32HfpTest by getting {
dependsOn(nativeTest)
}
val linuxArm64Main by getting {
dependsOn(nativeMain)
}
@ -299,7 +291,13 @@ kotlin {
}
runningOnLinuxArm32 {
val linuxArm32HfpMain by getting {
dependsOn(nativeMain)
}
val linuxArm32HfpTest by getting {
dependsOn(nativeTest)
}
}
runningOnMacos{