Hi guys! i'm creating a new project using Kotlin +...
# getting-started
g
Hi guys! i'm creating a new project using Kotlin + Spring and Gradle but for some reason i receive this error:
m
You probably need to add 'Kt' to your gradle springBoot mainClassName configuration
2
springBoot { mainClassName = 'com.gustavo.VehicleServices.VehicleServicesApplicationKt' }
2
g
Hi! Worked well.. There is a reason for it ? My class does not have this name. Its just because of the extension ?
g
Got it ! Many thanks !