2
0
Him188 5 жил өмнө
parent
commit
641396224e

+ 3 - 0
mirai-core/build.gradle.kts

@@ -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 {