Join Slack
Powered by
well, I converted the whole project to kotlin
# getting-started
t
Tachyon
12/17/2017, 1:04 PM
well, I converted the whole project to kotlin
a
Andreas Sinz
12/17/2017, 7:07 PM
If you convert the whole project to kotlin, replace all of the
@FunctionalInterface
with a function type (e.g.
doSomething: (T) -> Unit
)
Open in Slack
Previous
Next