mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-25 03:30:15 +08:00
[build] Fix android binary validator
This commit is contained in:
parent
1903d10333
commit
64f4f8c208
@ -70,7 +70,7 @@ object BinaryCompatibilityConfigurator {
|
|||||||
project.path,
|
project.path,
|
||||||
listOfNotNull(
|
listOfNotNull(
|
||||||
if (targetName == null) "classes/kotlin/main" else "classes/kotlin/$targetName/main",
|
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