andyg
08/08/2021, 11:15 PMMyApplication::class.java.`package`.implementationVersion
or
Thread.currentThread().contextClassLoader.getResources(JarFile.MANIFEST_NAME)
but they all result in a NULL. I looked deeper, IntelliJ doesn't even create a MANIFEST.MF when Running/Debugging (although it does when `gradle build`'ing a JAR file). Any tips on what I'm doing wrong? (this is NOT an Android project)Benoît Liessens
08/09/2021, 5:52 AMandyg
08/09/2021, 6:30 AMBenoît Liessens
08/09/2021, 6:59 AMandyg
08/10/2021, 3:35 AM