-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin generates invalid class so build fails #78
Comments
@MichalKlusak Which Kotlin version are you using? |
I have the similar problem. I'm using kotlin 1.7.22, jdk 11, gradle 7.5.1 (I have enable the configuration-cache feature) Hope it will help you with the investigation for the potential bug fix. |
I've managed to fix this by removing |
should be resolved with v0.14.0 |
If you want a patch release for v0.13.x, feel free to send a PR. |
Hi. During first build, plugin generates expect object BuildKonfig (commonMain) and actual object BuildKonfig (androidMain+jvmMain) and everything works fine. But during second build (without any changes) it regenerates expect object in commonMain to actual object so build fails due to missing expect object and redeclaration of actual objects.
Below is part of my build.gradle file.
The text was updated successfully, but these errors were encountered: