📅  最后修改于: 2022-03-11 14:52:18.498000             🧑  作者: Mango
Check your build.gradle file and update the application block:
application {
// Define the main class for the application.
// insert the entire name of the class
mainClassName = 'packageName.MainClass'
}