Commit c8849fd7 authored by Him188's avatar Him188

Update build.gradle.kts

parent 62e6d3f4
...@@ -36,6 +36,8 @@ runCatching { ...@@ -36,6 +36,8 @@ runCatching {
} else { } else {
project.ext.set("isAndroidSDKAvailable", false) project.ext.set("isAndroidSDKAvailable", false)
} }
}.exceptionOrNull()?.run {
project.ext.set("isAndroidSDKAvailable", false)
} }
allprojects { 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