Hey all, I have an issue with Compose Resources on...
# compose-desktop
j
Hey all, I have an issue with Compose Resources on Desktop: somehow when running my desktop app in Android Studio or IntelliJ, I get
Missing resource with path: path/to/my/resource.jpg
, but it runs fines when using
./gradlew run
. I think the classpath might be somehow incorrect because the resource is access from a shared library and the app is a separate jvm app that depends on that lib. Any idea how to fix it? Right now running the gradlew
run
taks in Studio is fine, the only problem is that Studio is waiting for that task to finish before I can run other tasks. Any idea how I can disable this behavior? It's annoying because it prevents me from restarting my server while the app is running 🙂 Thanks!