Hi, is it possible to have a number of custom sour...
# multiplatform
p
Hi, is it possible to have a number of custom source sets for the android target? Something like commonMain -> androidMain -> android1, android2 etc. To enable different shared code for automotive vs phone/tablet vs watch etc
j
Generally we use build variants for that https://developer.android.com/studio/build/build-variants
Currently you cannot have multiple Android targets like you can with JVM, JS, and native
p
Ah ok - thanks for clarifying that