JoakimForslund
06/27/2019, 2:33 PMJS Client and JVM Server
project for 1.3.40 ? (more specificly the jvm server)java.lang.NoClassDefFoundError: kotlin/jvm/internal/Intrinsics
pointing towards im not able to package all the dependencies properlytask shadowJar(type: ShadowJar, dependsOn: [jvmJar]) {
from kotlin.targets.jvm.compilations.main.output
configurations = [project.configurations.jvmRuntimeClasspath]
jvmJar.manifest {
attributes 'Main-Class': "sample.ApplicationKt"
}
}
but if there is another way to do this, please let me know 🙂