-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Kotlin Multiplatform Desktop MacOS #907
Comments
I upgraded jvm. Fix that issue. But now I got. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". |
It works fine with my Compose Desktop project on macOS. You can see my code from https://github.com/akexorcist/backdrop |
Thank you so much @akexorcist. It is working. You saved my project |
I am trying to implement Kotlin Compose Multiplatform for MacOS. There is no webcam sample related Kotlin Multiplatform.
I tried issue #757 for macOS. I used this solution in this issue: solution_link
My Gradle file is like this:
repositories part:
dependencies part:
but when compiling I got
warning: default scripting plugin is disabled: The provided plugin org.jetbrains.kotlin.scripting.compiler.plugin.ScriptingCompilerConfigurationComponentRegistrar is not compatible with this version of compiler
error: unable to evaluate script, no scripting plugin loaded
if I tried 0.3.12 released version, there is no compile error but webcam not working and crashed in runtime. in 0.3.13-SNAPSHOT version I got this compile error
The text was updated successfully, but these errors were encountered: