Is it possible to clear out an opt in I set using ...
# gradle
e
Is it possible to clear out an opt in I set using
languageSettings.optIn
?
e
not really. you can unsafely cast
optInAnnotationsInUse
to mutable but there's no guarantee that will work