mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 11:50:57 +07:00
This removed these plugin verifier warnings: - Package 'android.os' is not found along with its class Parcel. - Package 'android.view' is not found along with its class View. GitOrigin-RevId: 1715a2e8f340caf9369f3699fed423c6586df83e
584 B
584 B
This module contains stubs for several classes from Android SDK on which the Android Extensions runtime library has dependencies.
In practice, absence of these classes won't make a huge difference: both compiler and IDE plugins use classes from the kotlinx.android
package only for getting their qualified name (instead of hard-coding it in a string constant). No deep introspection is made.
However, the IntelliJ plugin verifier issues an error if any class reference in bytecode is unresolved.
This module should be removed as we remove the Android Extensions support itself.