Hey there,
I'm experimenting with this, and it's working really well for calling Swift functions from Java/Kotlin. But I can't figure out how to access Swift properties.
I'd love to see these modelled either as Java fields, or (to keep our Java friends happy!) a pair of Java getter/setter functions for each Swift property.
Is this possible? Am I just missing some config in my swift-java.config file?
Matthew