Hello :slightly_smiling_face: Pretty new to Kotlin...
# getting-started
m
Hello 🙂 Pretty new to Kotlin here. I have defined an interface in Kotlin that has a method with a
Long
return type. I am implementing the interface in a Java class, and I would like the return type to be
Long
, but it says it has to be
long
. How can I accomplish this? 🤔
a
Don't use java? 🧌
😅 1
k
One of the main features of Kotlin is seamless interaction with Java...