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",
|
":compileKotlinWasmJs",
|
||||||
":compileKotlinWasmWasi",
|
":compileKotlinWasmWasi",
|
||||||
":compileKotlinJs",
|
":compileKotlinJs",
|
||||||
|
":compileDebugKotlinAndroid",
|
||||||
|
":compileReleaseKotlinAndroid",
|
||||||
":project:compileKotlinJvm",
|
":project:compileKotlinJvm",
|
||||||
":project:compileKotlinLinuxX64",
|
":project:compileKotlinLinuxX64",
|
||||||
":project:compileKotlinWasmJs",
|
":project:compileKotlinWasmJs",
|
||||||
":project:compileKotlinWasmWasi",
|
":project:compileKotlinWasmWasi",
|
||||||
":project:compileKotlinJs",
|
":project:compileKotlinJs",
|
||||||
|
":project:compileDebugKotlinAndroid",
|
||||||
|
":project:compileReleaseKotlinAndroid",
|
||||||
)
|
)
|
||||||
if (HostManager.host.family.isAppleFamily) {
|
if (HostManager.host.family.isAppleFamily) {
|
||||||
assertTasksExecuted(
|
assertTasksExecuted(
|
||||||
@@ -89,4 +93,4 @@ class MultiplatformResourcesDependencyIT : KGPBaseTest() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
-1
@@ -23,7 +23,6 @@ repositories {
|
|||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
androidTarget {
|
androidTarget {
|
||||||
publishAllLibraryVariants()
|
|
||||||
compilations.all {
|
compilations.all {
|
||||||
kotlinOptions.jvmTarget = "1.8"
|
kotlinOptions.jvmTarget = "1.8"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user