How can I set free compiler args on a Kotlin multi...
# multiplatform
s
How can I set free compiler args on a Kotlin multiplatform module?
l
Is it to add experimental annotations whitelist?
s
yes
l
s
That setting is it there that allows me to turn on certain experimental features? progressive mode?
l
Search for "experimentalAnnotation" in that page (cmd/ctrl + F). Just enable it on the sourceSets, and voilà.
s
oh got it. I see it now. Thanks 🙂