tylerwilson
05/20/2024, 1:45 PMAlexander Zhirkevich
05/20/2024, 1:49 PMmobileMain
and notMobileMain
sourceSets and only write actuals twiceyoussef hachicha
05/20/2024, 2:30 PMkotlin {
applyDefaultHierarchyTemplate {
common {
group("notMobileMain") {
withMacos()
withWatchos()
}
group("mobileMain") {
withIos()
withAndroidTarget()
}
}
}
McEna
05/20/2024, 10:48 PMtylerwilson
05/21/2024, 1:49 AM