How can I set free compiler args on a Kotlin multiplatform module?
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 🙂