Adam S
09/05/2023, 9:58 AMpackage x.y.z
object MyApp {
@JvmStatic
fun main(args: Array<String>) {...}
}
I've tried setting the entrypoint as x.y.z.main
, x.y.z.MyApp.main
, and x.y.z.MyApp
and none work.
e: Could not find 'main' in 'x.y.z.MyApp' package.
FAILURE: Build failed with an exception.
iXPert12
09/05/2023, 11:28 AMhfhbd
09/05/2023, 12:38 PM