Join Slack
Communities
Powered by
If I change the interface to a function instead of...
# announcements
c
changd
08/21/2019, 9:29 PM
If I change the interface to a function instead of a property, everything works fine, but then the API is not great for Kotlin usage
Copy code
@Throws(Exception::class) fun getFeatureNames: ArrayList<String>()
Open in Slack
Previous
Next