rules_kotlin
rules_kotlin copied to clipboard
Allow inline classes via -Xinline-classes
Inline classes are an experimental yet widely used feature that should be enabled given that there is currently no way to pass flags to kotlinc via kotlin_rules. This will allow people to use inline classes like Result (or define their own).
There seems to be precedent in passing these flags by default (see coroutines flag in older versions or Experimental flag currently passed in by default).
#23 is the bigger issue encompassing this one
It looks like this was added in #421 so I think this issue is out of date?