-
-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
Description
Please complete the following information:
- Library Version: 0.6.6
Describe the Bug:
When running stabilityDump/stabilityCheck, immutable classes from another modules, marked with @StabilityInferred are treated as unstable.
It appears #24 only added the support to the IDEA plugin. Would it be better to add it to the compiler plugin instead, so its functionality could be shared between the IDEA and the Gradle plugin?
Expected Behavior:
immutable classes marked with @StabilityInferred should be treated as stable
Reactions are currently unavailable