Closed kirin233x closed 1 month ago
Have you tried it this way?
dependencies { implementation(compose.desktop.currentOs) implementation("org.bytedeco:javacv-platform:1.3.1") }
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
I built a Compose Desktop application, I tried to add dependency by this way:
but it's not work. and I tried to add the dependency in the application scope. but it still not work. the ide cannot recognize the javacv code.
Finally, I add the dependency by the project structure, add the dependency to the Module->main. The program runs without problem, but the ide cannot recognize the javacv code either.
i'm confused.
something with my net connect, I cannot post a picture to the github...