Commit c8849fd7 authored by Him188's avatar Him188

Update build.gradle.kts

parent 62e6d3f4
......@@ -36,6 +36,8 @@ runCatching {
} else {
project.ext.set("isAndroidSDKAvailable", false)
}
}.exceptionOrNull()?.run {
project.ext.set("isAndroidSDKAvailable", false)
}
allprojects {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment