Hexworks / mixite

A GUI agnostic hexagonal grid library. Supports a multitude of grid layouts including hexagonal, triangular, rectangular and more.
Apache License 2.0
191 stars 31 forks source link

Accessing boolean fields in Kotlin using `is` prefix: `isSomething()` #42

Open aaiezza opened 5 years ago

aaiezza commented 5 years ago

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.

adam-arold commented 5 years ago

Yea, you are right, I'll fix this!

drekbour commented 4 years ago

@adam-arold you can close this one