Hello, I'm trying to publish a lib. Right now only...
# multiplatform
r
Hello, I'm trying to publish a lib. Right now only on local. My lib use Room for KMP with the lastest update (2.7.0-alpha06), and I have some error when executing
publishToMavenLocal
Copy code
> 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