Hello, I'm trying to suppress optin warnings module wide by adding the compile args in my gradle file. The exact same compiler args work just fine on another project with same AS version and gradle plugin but for some reason for this project the warning doesn't go away, the app builds and runs but the warning stays. removing the optins from gradle will result in an error, so they are working but the warnings aren't removed. Here's my gradle file:
https://github.com/roudikk/compose-navigator/blob/master/sample/build.gradle.kts