-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
CompilationException: Back-end: Please report this problem https://kotl.in/issue #311
Comments
Got this error using Kotlin 2.0.20 and Compose Multiplatform. After a lot of investigation I found the problem to be a missing actual implementation. This error message was not very helpful though. Edit: Sorry for formatting. Got borked after one copy paste too many, and the original is long gone. =/ org.jetbrains.kotlin.backend.common.CompilationException: Back-end: Please report this problem https://kotl.in/issue |
The Android app runs without issues. I believe it is something to do with the KSP. For Desktop App:
Will produce the CompilationException like above. However,
The desktop app starts properly. |
We don't want to waste time on this. We will keep this ticket here as a reference. |
Right now the current dependency versions can only build on Android -
Kotlin compiler error for iOS and Desktop.
Probably we are hitting some unknown JetBrains bugs which we should downgrade something in order to build our upcoming release
The text was updated successfully, but these errors were encountered: