I added the following to my build.gradle.kts ```ta...
# tornadofx
s
I added the following to my build.gradle.kts
Copy code
tasks.withType<Jar> {
    manifest {
        attributes["Main-Class"] = "com.kukumavcreations.NcbAdminPcApp"
    }
}
Now I get the following error though
Error: Could not find or load main class com.kukumavcreations.NcbAdminPcApp
Caused by: java.lang.NoClassDefFoundError: tornadofx/App