tylerwilson
04/19/2023, 7:26 PMval commonMain by getting {
dependencies {
if (currentTarget != watchOS) {
implementation(compose.runtime)
implementation(compose.foundation)
implementation(compose.material)
implementation(compose.material3)
}
}
}
I am no expert in gradle, so I come here. Would this be possible? That is, any way to check for watchos and not include those dependencies? Thank you.