Tlaster
08/25/2025, 3:29 AMcom.android.kotlin.multiplatform.library
does not support custom group in applyDefaultHierarchyTemplate
? more in thread.Tlaster
08/25/2025, 3:32 AMapplyDefaultHierarchyTemplate {
common {
group("androidJvm") {
withAndroidTarget()
withJvm()
}
}
}
when using com.android.kotlin.multiplatform.library
, the androidMain
source set still depends on commonMain
, after switching to the old com.android.library
, the androidMain
source set will depends on androidJvmMain
.tapchicoma
08/25/2025, 12:26 PMTlaster
08/26/2025, 3:06 AM