Kotlin is not my forte, so this might not be possible. Boolean fields have getter methods prefixed with get and not is.
But I'm currently in the process of implementing SatelliteData and Lombok is not playing nice with these methods since they break naming convention. (https://github.com/Hexworks/mixite/blob/master/mixite.core/core/src/main/kotlin/org/hexworks/mixite/core/api/contract/SatelliteData.kt#L20,L30).
On another note, awesome library! Excellent work.
Kotlin is not my forte, so this might not be possible. Boolean fields have getter methods prefixed with
getand notis.But I'm currently in the process of implementing
SatelliteDataand Lombok is not playing nice with these methods since they break naming convention. (https://github.com/Hexworks/mixite/blob/master/mixite.core/core/src/main/kotlin/org/hexworks/mixite/core/api/contract/SatelliteData.kt#L20,L30).On another note, awesome library! Excellent work.