Scratching my head on this one. I am able to build...
# squarelibraries
b
Scratching my head on this one. I am able to build fine from the command line, but intellij is giving this "duplicate content roots" error message related to sqldelight codegen
Copy code
[/Users/mountainhare/basebeta/basebeta-monorepo/common/build/generated/sqldelight/code/KExitDatabase] of module [basebeta-monorepo.common.iosMain] was removed from modules [basebeta-monorepo.common.iosArm32Main, basebeta-monorepo.common.iosArm64Main, basebeta-monorepo.common.iosX64Main, basebeta-monorepo.common.jvmMain, basebeta-monorepo.common.commonMain, basebeta-monorepo.common.mobileMain]
Removing
Copy code
kotlin.mpp.enableGranularSourceSetsMetadata=true
from gradle.properties fixed the issue. I believe I copy-pasta'd that from the kotlinconf app. 3h45m of my life gone. le sigh.