andrewreitz
04/26/2021, 3:51 PMjvm()
as one of the targets. When I run gradlew tasks
I don’t see any way to execute the jvm project. I see the other run tasks for native and js, is there something I need to do to setup the jvm one to be executable?Big Chungus
04/26/2021, 4:34 PMandrewreitz
04/26/2021, 4:39 PMandrewreitz
04/26/2021, 4:40 PMBig Chungus
04/26/2021, 4:40 PMBig Chungus
04/26/2021, 4:41 PMandrewreitz
04/26/2021, 4:43 PMBig Chungus
04/26/2021, 4:43 PMBig Chungus
04/26/2021, 4:43 PMandrewreitz
04/26/2021, 4:44 PMBig Chungus
04/26/2021, 4:44 PMandrewreitz
04/26/2021, 4:44 PMBig Chungus
04/26/2021, 4:44 PMandrewreitz
04/26/2021, 4:45 PMjvm()
guess notBig Chungus
04/26/2021, 4:45 PMandrewreitz
04/26/2021, 4:47 PMandrewreitz
04/26/2021, 4:48 PMBig Chungus
04/26/2021, 4:48 PMBig Chungus
04/26/2021, 4:48 PMandrewreitz
04/26/2021, 4:49 PMjvm {
withJava()
}
is all I should need to add?Big Chungus
04/26/2021, 4:50 PMandrewreitz
04/26/2021, 4:50 PMBig Chungus
04/26/2021, 4:50 PMandrewreitz
04/26/2021, 4:50 PMapplication {
mainClass.set("raytracer.console.MainKt")
}
andrewreitz
04/26/2021, 4:51 PMandrewreitz
04/26/2021, 4:51 PMError: Could not find or load main class raytracer.console.MainKt
Caused by: java.lang.ClassNotFoundException: raytracer.console.MainKt
Big Chungus
04/26/2021, 4:51 PMandrewreitz
04/26/2021, 4:52 PMBig Chungus
04/26/2021, 4:52 PMandrewreitz
04/26/2021, 4:53 PMsrc/commonMain/kotlin/raytracer/console/main.kt
andrewreitz
04/26/2021, 4:53 PMBig Chungus
04/26/2021, 4:54 PMBig Chungus
04/26/2021, 4:54 PMandrewreitz
04/26/2021, 4:55 PM