Assert Android compilations run

^KT-65540
This commit is contained in:
Timofey Solonin
2024-02-29 17:14:29 +01:00
committed by Space Team
parent 33c3cd47dc
commit 818368efa0
2 changed files with 5 additions and 2 deletions
@@ -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() {
}
}
}
}
@@ -23,7 +23,6 @@ repositories {
kotlin {
androidTarget {
publishAllLibraryVariants()
compilations.all {
kotlinOptions.jvmTarget = "1.8"
}