LouisCAD / Splitties

A collection of hand-crafted extensions for your Kotlin projects.
https://splitties.louiscad.com
Apache License 2.0
2.53k stars 159 forks source link

match/wrap: replaced inline getter with const val #257

Closed Miha-x64 closed 4 years ago

Miha-x64 commented 4 years ago

This removes extra getters but the properties are still inline because they are const.

Miha-x64 commented 4 years ago

Oops, this won't compile. 😐

LouisCAD commented 4 years ago

BTW, the develop branch is the one to target for contributions.