mirror of
https://github.com/mamoe/mirai.git
synced 2025-04-25 21:23:55 +08:00
Update build.gradle.kts
This commit is contained in:
parent
62e6d3f473
commit
c8849fd797
@ -36,6 +36,8 @@ runCatching {
|
||||
} else {
|
||||
project.ext.set("isAndroidSDKAvailable", false)
|
||||
}
|
||||
}.exceptionOrNull()?.run {
|
||||
project.ext.set("isAndroidSDKAvailable", false)
|
||||
}
|
||||
|
||||
allprojects {
|
||||
|
Loading…
Reference in New Issue
Block a user