Raphael TEYSSANDIER
08/12/2024, 2:46 PMpublishToMavenLocal
> Task :xxx:compileCommonMainKotlinMetadata FAILED
e: xxx/build/generated/ksp/metadata/commonMain/kotlin/xxx/db/XXXConstructor.kt:5:22 'actual object XXXConstructor : RoomDatabaseConstructor<XXXDB>' has no corresponding expected declaration
e: xxx/build/generated/ksp/metadata/commonMain/kotlin/xxx/db/XXXConstructor.kt:5:22 XXXConstructor: expect and corresponding actual are declared in the same module
e: xxx/src/commonMain/kotlin/xxx/db/XXXConstructor.kt:5:8 Object 'XXXConstructor' is not abstract and does not implement abstract member 'initialize'.
e: XXX/src/commonMain/kotlin/xxx/db/XXXConstructor.kt:5:15 XXXConstructor: expect and corresponding actual are declared in the same module