We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After running the app on Android, it works fine.
But on iOS, application crashes with following: Only one Kotlin framework can be loaded currently.
Only one Kotlin framework can be loaded currently.
Maybe it is because of two frameworks linked - main and lib.
It has also been reported here, but I'm curious if you have any solution: JetBrains/kotlin-native#2423
The text was updated successfully, but these errors were encountered:
Are you still seeing this issue? I believe we only have one kotlin framework so there should only be the lib framework now.
Sorry, something went wrong.
No branches or pull requests
After running the app on Android, it works fine.
But on iOS, application crashes with following:
Only one Kotlin framework can be loaded currently.
Maybe it is because of two frameworks linked - main and lib.
It has also been reported here, but I'm curious if you have any solution:
JetBrains/kotlin-native#2423
The text was updated successfully, but these errors were encountered: