Pattern
Brightness Restore Mismatch
ui-state-not-restored
JLS forbids reserved words from being part of a package name — public folder in the library. Tension: making it impossible to import those classes in Java. Outcome: Note: The use of Reflection or a Kotlin Wrapper might work. | I can't import some classes from the library — I'm trying to integrate my legacy app (in Java) with a library from a new partner (made with Kotlin). Tension: Android Studio it shows to me in both class finder or suggestion, but when I try to import even with * I get unreferenced class. | The use of Reflection or a Kotlin Wrapper might work — classes from the library. Tension: further tests required. Outcome: making it impossible to import those classes in Java.