Join Slack
Powered by
`Foo.kt` results in a class named `FooKt`, but thi...
# announcements
d
damian
01/30/2017, 4:56 PM
Foo.kt
results in a class named
FooKt
, but this can be changed to something like
Bar
with the
JvmName
annotation at the top of the file:
@file:JvmName("Bar")
@christophsturm
Open in Slack
Previous
Next