janvladimirmostert
09/23/2020, 7:19 AMjavaClass.getResourceAsStream("blah.txt")
doesn't seem to work when using that directory structure, works fine when it's a normal src/main/resources
structured projectCasey Brooks
09/23/2020, 2:23 PMjavaClass.getResourceAsStream
is a JVM-only mechanism, and there currently is no built-in analog for MPP resources. There are a few libraries to bridge this gap, however:
https://korlibs.soywiz.com/korio/
https://github.com/icerockdev/moko-resources