Hello, how do I make a `fatJar` with kotlin multip...
# multiplatform
r
Hello, how do I make a
fatJar
with kotlin multiplatform ?
b
r
Can we create a
jar
of a library and not an app ? Is the main class obligatory ?
b
No, main class just makes it executable
Although libraries normally aren't shipped as fat jars
r
It’s because I want it, in a RubyOnRails project
b
But nothing stops you from doing that. Jar is just a fancy zip archive afterall (try opening it with winzip/winrar/7zip)
r
Ok, nice. Thank’s for explaining, I’ll try !
198 Views