Fixed
Status Update
Comments
aa...@google.com <aa...@google.com>
je...@google.com <je...@google.com>
sp...@google.com <sp...@google.com>
as...@google.com <as...@google.com>
be...@google.com <be...@google.com>
be...@google.com <be...@google.com> #2
Sorry forgot to change the issue title to something that makes more sense.
Main question is, can the same instance of a worker be used in multiple places? And if so, it looks like things are broken.
Main question is, can the same instance of a worker be used in multiple places? And if so, it looks like things are broken.
Description
Adding
```kotlin
freeCompilerArgs.addAll(
"-P",
"plugin:androidx.compose.compiler.plugins.kotlin:stabilityConfigurationPath=/filedoesntexistg.conf", // No error at any point
)
```
fails silently, making it easy to miss that stability config rules aren't app[lied