Android studio - project structure - gradle

Hey Everyone,

I integrate a Kotlin multiplatform library in my Android project. I also use the ./gradlew build command line to build a typescript/js library.

All the subfolder generated by KMM appeared in the build variant list. I would like to have only build one variant (hopprcommon) in that list. Looks like all the subfolder are consider as a module.