Multiplate build variant in Android studio

Hey everyone,

I’ve include a multiplatform library in my android project. The library only contain code in the commonMain module. The library is also export to typescript library using JsExport annotation.

The problem I’m facing is that I have build variant for every single sub module of KMM project (there are not even physically there).

Any way to only keep hopprcommon in the build variants section?