When I run `./gradlew desktopJar` where is the res...
# compose-desktop
c
When I run
./gradlew desktopJar
where is the resulting jar? I do see one in composeApp/build/libs/composeApp-desktop-1.0.0.jar but it's only 36KB?
j
Because it only contains code from that module. It's not a fat jar.
today i learned 3