mirror of
https://github.com/mamoe/mirai.git
synced 2026-08-22 06:03:32 +08:00
[build] Support both configuring Android targets by Android SDK or JVM
- try to fix sdk dir when android is desired - Do not printAndroidNotInstalled multiple times
This commit is contained in:
@@ -64,13 +64,6 @@ kotlin {
|
||||
}
|
||||
}
|
||||
|
||||
findByName("androidMain")?.apply {
|
||||
dependencies {
|
||||
compileOnly(`android-runtime`)
|
||||
// api1(`ktor-client-android`)
|
||||
}
|
||||
}
|
||||
|
||||
findByName("jvmMain")?.apply {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user