InsertKoinIO / koin-annotations

Koin Annotations - About Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform insert-koin.io
https://insert-koin.io
Apache License 2.0
163 stars 44 forks source link

Expected class **Module does not have default constructor in expect/actual #164

Open Egi10 opened 3 months ago

Egi10 commented 3 months ago

Describe the bug The generated result from the expect/actual class module encountered an error: Expected class PlatformModule does not have default constructor, so when rebuild, the error will be indicated, but running it doesn't cause any issues.

To Reproduce You can rebuild the project example at this link: https://github.com/InsertKoinIO/KMP-App-Template/tree/koin_annotations_1.4

Screenshot 2024-08-28 at 20 18 25

Koin project used and used version (please complete the following information): koin-bom 4.0.0-RC1 koin-annotations 1.4.0-RC4