KevinnZou / compose-webview-multiplatform

WebView for JetBrains Compose Multiplatform
https://kevinnzou.github.io/compose-webview-multiplatform/
Apache License 2.0
530 stars 69 forks source link

Could not find org.jogamp.gluegen:gluegen-rt:2.5.0. #179

Closed YuXunSTC closed 5 months ago

YuXunSTC commented 5 months ago

遇到个错误
Execution failed for task ':composeApp:desktopRun'.

Could not resolve all files for configuration ':composeApp:desktopRuntimeClasspath'. Could not find org.jogamp.gluegen:gluegen-rt:2.5.0. Searched in the following locations:

https://repo.maven.apache.org/maven2/org/jogamp/gluegen/gluegen-rt/2.5.0/gluegen-rt-2.5.0.pom 这个地址访问是404

YuXunSTC commented 5 months ago

Android iOS 都没问题,desktop 会报这个错误

KevinnZou commented 5 months ago

@YuXunSTC Please refer to this instruction.

andreshl commented 5 months ago

how do you repare ?

oh yeah adding the repo

repositories { maven("https://jogamp.org/deployment/maven") }