Assert Android compilations run
^KT-65540
This commit is contained in:
committed by
Space Team
parent
33c3cd47dc
commit
818368efa0
+5
-1
@@ -50,11 +50,15 @@ class MultiplatformResourcesDependencyIT : KGPBaseTest() {
|
||||
":compileKotlinWasmJs",
|
||||
":compileKotlinWasmWasi",
|
||||
":compileKotlinJs",
|
||||
":compileDebugKotlinAndroid",
|
||||
":compileReleaseKotlinAndroid",
|
||||
":project:compileKotlinJvm",
|
||||
":project:compileKotlinLinuxX64",
|
||||
":project:compileKotlinWasmJs",
|
||||
":project:compileKotlinWasmWasi",
|
||||
":project:compileKotlinJs",
|
||||
":project:compileDebugKotlinAndroid",
|
||||
":project:compileReleaseKotlinAndroid",
|
||||
)
|
||||
if (HostManager.host.family.isAppleFamily) {
|
||||
assertTasksExecuted(
|
||||
@@ -89,4 +93,4 @@ class MultiplatformResourcesDependencyIT : KGPBaseTest() {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
-1
@@ -23,7 +23,6 @@ repositories {
|
||||
|
||||
kotlin {
|
||||
androidTarget {
|
||||
publishAllLibraryVariants()
|
||||
compilations.all {
|
||||
kotlinOptions.jvmTarget = "1.8"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user