mixite
mixite copied to clipboard
Accessing boolean fields in Kotlin using `is` prefix: `isSomething()`
trafficstars
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.
Yea, you are right, I'll fix this!
@adam-arold you can close this one