Join Slack
Powered by
is there a way to implement in a Kotlin class (tha...
# announcements
d
Dalinar
09/03/2017, 6:45 AM
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
karelpeeters
09/03/2017, 8:39 AM
No, but this is a common request. See
https://youtrack.jetbrains.com/issueMobile/KT-6653
.
6
Views
Open in Slack
Previous
Next