LouisCAD / Splitties

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

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

Closed Miha-x64 closed 3 years ago

Miha-x64 commented 3 years ago

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

Miha-x64 commented 3 years ago

Oops, this won't compile. 😐

LouisCAD commented 3 years ago

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