is there a way to implement in a Kotlin class (tha...
# announcements
d
is there a way to implement in a Kotlin class (that uses a java interface), the java interface getter (e.g.
boolean isRunning();
) as a
val
property?
k
No, but this is a common request. See https://youtrack.jetbrains.com/issueMobile/KT-6653.