my workaround now is to just do `./gradlew build -...
# multiplatform
a
my workaround now is to just do
./gradlew build -x :common:compileCommonMainKotlinMetadata
since the common module isnt getting published I assume i dont care about the metadata compilation anyways
👍 1