is the file called `Main.kt`?
# getting-started
s
is the file called
Main.kt
?
t
The file is named
MyClass.kt
s
Then I think the generated class might be
com.company.MyClassKt
instead
t
I tried as well, but it's telling me no main found 🤔
s
Hm, I’m sure someone knows off the top of their head what the class would be called, but you can check using the Kotlin bytecode viewer, I’m pretty sure
t
I looked at the classes generated in build, it's generating two files. One
MyClass
with only
MyClass
in. And another
MyClass.class
with the main function