If I change the interface to a function instead of...
# announcements
c
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>()