rules_kotlin icon indicating copy to clipboard operation
rules_kotlin copied to clipboard

Allow inline classes via -Xinline-classes

Open jeffzoch opened this issue 5 years ago • 2 comments

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).

jeffzoch avatar Sep 29 '20 20:09 jeffzoch

#23 is the bigger issue encompassing this one

jeffzoch avatar Sep 29 '20 22:09 jeffzoch

It looks like this was added in #421 so I think this issue is out of date?

phildawson-ct avatar Sep 10 '21 09:09 phildawson-ct