If I have a project where I don't want to have a d...
# compose
e
If I have a project where I don't want to have a dependency on Compose, and I define a
androidx.compose.runtime.Immutable
annotation class locally, will the compiler plugin pick it up if I use that project as a dependency in another project?
k
Sounds like you're inviting a world of painful consequences down the line by messing with the androidx namespace like this
e
the proper solution is probably going to be https://issuetracker.google.com/issues/218088931