What’s the problem here?
# android
k
What’s the problem here?
k
Presenter is package visible, not public, your function is public
k
Thanks. Didn’t saw that converting to kotlin added “internal”.
m
Probably auto-converting package private classes to
internal
in Kotlin, which is wrong cause they are not the same.