mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-24 19:20:30 +08:00
[build] Fix android binary validator
This commit is contained in:
parent
1903d10333
commit
64f4f8c208
@ -70,7 +70,7 @@ object BinaryCompatibilityConfigurator {
|
||||
project.path,
|
||||
listOfNotNull(
|
||||
if (targetName == null) "classes/kotlin/main" else "classes/kotlin/$targetName/main",
|
||||
if (targetName?.contains("android") == true) "tmp/kotlin-classes/debug" else ""
|
||||
if (targetName?.contains("android") == true && project.usingAndroidInstrumentedTests) "tmp/kotlin-classes/debug" else ""
|
||||
)
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user