Christian Sousa
04/15/2020, 12:31 PMiosArm32
like this:
iosArm32(){
binaries.framework {
baseName = "MyLib"
isStatic = false
}
}
And the source sets as follows:
val iosArm32Main by getting {
dependsOn(iosMain)
}
But now when building my framework I get the following: