<@U3K37E258> assuming the filename is `MyKotlinCla...
# spring
j
@e.lislebo assuming the filename is
MyKotlinClass.kt
, you should be using
com.sportradar.MyKotlinClassKt.main
e
What exactly do you mean by "using"? I tried changing the Main-Class in the manifest to
com.sportradar.MyKotlinClassKt.main
, but got the same result
j
that's what I meant by "using" - you might need to set the Main-Class to
com.sportradar.MyKotlinClassKt
though
since it needs a class, rather than a method
e
sorry, I'm not sure what you're suggesting here. What changes precisely do you think I should make?
OK got it now, Main-Class in the manifest still
blablabla.MyKotlinClassKt
, but I had the line
mainClassName = "blablabla.MyKotlinClass
. Looks like that's what screwed it up, just had to remove it
thanks for your help!