Files
MicroUtils/gradle/templates/mppJvmJsWasmJsAndroidLinuxMingwLinuxArm64Project.gradle

9 lines
258 B
Groovy

apply from: "$defaultProjectWithSerialization"
apply from: "$enableMPPJvm"
apply from: "$enableMPPJs"
apply from: "$enableMPPWasmJs"
apply from: "$enableMPPAndroid"
apply from: "$enableMPPNativeX64"
apply from: "$enableMPPNativeArm64"
apply from: "$publish"