spierce7
04/25/2022, 8:20 AMsourceSets.getByName("main").runtimeClasspath.filter { it.path.endsWith(".jar") }
How would I get the same data in the Multiplatform Plugin for the JVM source set?
I'm trying to get a list of all jars so that I can run them through an obfuscator. Everyone else I've seen attempt this seems to be using the jvm plugin, not multiplatformThomas
04/25/2022, 10:48 AM