Fix build

This commit is contained in:
Him188 2020-11-22 14:45:03 +08:00
parent 64b5251779
commit 641396224e

View File

@ -28,6 +28,9 @@ val isAndroidSDKAvailable: Boolean by project
afterEvaluate {
tasks.getByName("compileKotlinCommon").enabled = false
tasks.getByName("compileTestKotlinCommon").enabled = false
tasks.getByName("compileCommonMainKotlinMetadata").enabled = false
tasks.getByName("compileKotlinMetadata").enabled = false
}
kotlin {