<@U3VCTDR6E> You can try adding `@JvmName` to your...
# android
e
@james You can try adding
@JvmName
to your new Kotlin class, which tells the compiler to use the name in the annotation instead of
SomeClassKt
by default.