Vsevolod Ganin
12/21/2025, 3:57 PMcom.android.library to the newer com.android.kotlin.multiplatform.library, but I'm hitting the restriction of limited support for build variants and custom compilations. I've checked migration steps, but I don't see any possible solution for my project. I use source sets androidDebug and androidRelease for different Android resources (namely shortcuts.xml), also I use branching logic based on generated build config's isDebug property (provided by the plugin com.github.gmazzo.buildconfig), which is also wired using source sets. The module in question is here, if anyone is keen to take a look or hack, please be my guest.eygraber
12/21/2025, 6:00 PMWinson Chiu
12/21/2025, 6:15 PMWinson Chiu
12/21/2025, 6:17 PMcom.android.library which I expect/actual and is only imported into the androidMain source set. But I'm thinking of moving to the build variant separate modules approach to unify on a single module setup.chrisjenx
12/22/2025, 3:44 PM