well, I converted the whole project to kotlin
# getting-started
t
well, I converted the whole project to kotlin
a
If you convert the whole project to kotlin, replace all of the
@FunctionalInterface
with a function type (e.g.
doSomething: (T) -> Unit
)