is `File(System.getProperty("compose.application.r...
# compose-desktop
s
is
File(System.getProperty("compose.application.resources.dir"))
supposed to work in non packaged applications, i.e. running a main function like in the example? because getProperty throws an NPE when I try that https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-native-distribution.html#adding-files-to-packaged-application
a
It’s not