Hi guys. I want to limit amount of Kotlin features...
# codingconventions
б
Hi guys. I want to limit amount of Kotlin features and code style, so it doesn’t compile or at least shows warnings for incorrect style. Is it possible ?
c
yes, take a look at #detekt
б
Thanks
c
Why would you want to limit the amount of Kotlin features?
б
Because features have benefits and costs. If you don’t need the benefits, then you don’t want to pay the cost.
c
Any details?
g
+1 to crism, would be interesting to hear your real use case