Raphael TEYSSANDIER
05/29/2025, 10:19 PMpublishAndReleaseToMavenCentral
on github actions. But I get an error for iOS:
> Task :xxx:compileKotlinIosSimulatorArm64
e: file:///Users/runner/work/xxx/xxx/xxx/build/generated/ksp/metadata/commonMain/kotlin/io/dot/lorraine/db/XXXConstructor.kt:5:24 'actual object XXXConstructor : RoomDatabaseConstructor<XXXDB>' has no corresponding expected declaration
e: file:///Users/runner/work/xxx/xxx/xxx/build/generated/ksp/metadata/commonMain/kotlin/io/dot/xxx/db/XXXConstructor.kt:5:24 XXXConstructor: expect and corresponding actual are declared in the same module.
> Task :xxx:compileCommonMainKotlinMetadata FAILED
e: file:///Users/runner/work/xxx/xxx/xxx/build/generated/ksp/metadata/commonMain/kotlin/io/dot/xxx/db/XXXConstructor.kt:6:23 'actual fun initialize(): XXXDB' has no corresponding expected declaration
e: file:///Users/runner/work/xxx/xxx/xx/src/commonMain/kotlin/io/dot/xxx/db/XXXConstructor.kt:6:24 XXXConstructor: expect and corresponding actual are declared in the same module.
Any idea how to fix it ?Pablichjenkov
05/29/2025, 10:42 PMRaphael TEYSSANDIER
05/30/2025, 9:15 AMpublishAndReleaseToMavenCentral
Pablichjenkov
05/30/2025, 2:01 PMRaphael TEYSSANDIER
05/30/2025, 2:35 PMPablichjenkov
05/30/2025, 2:41 PM