Android Studio – Kotlin Multiplatform – what is replacement for product flavours?
I need help understanding how to create different application versions in the Kotlin Multiplatform project using the common codebase. In a 'classic' Android project I would create productFlavours e.g. applicationA and applicationB, appropriate sourceSet directories, and then put product-flavour-specific files…