buszi0809
02/04/2025, 8:29 PMjvm("desktop")
in the Gradle file, does not have access to the JVM classes. By default there is directory desktopMain
in my module and it does not have access to JVM classes. It only works once I rename the directory to jvmMain
, but then the project won't build as it looks for the desktopMain
directory for actual
declarations. How do I fix this setup? The whole point of the KMP desktop app for me is that it is a JVM application awkward monkeytapchicoma
02/04/2025, 8:32 PMbuszi0809
02/04/2025, 8:34 PMjava.net.InetAddress
is not found, the whole java
package is unresolvedtapchicoma
02/04/2025, 8:36 PMbuszi0809
02/04/2025, 8:38 PMbuszi0809
02/04/2025, 8:45 PMOpenJDK 17.0.14
installed with Homebrew to jbr-17 17.0.11
I guess available through Intellij, it magically started to work 🤔buszi0809
02/04/2025, 8:45 PM