Files
openide/plugins/kotlin/compiler-plugins/android-extensions-stubs/kotlin.compiler-plugins.android-extensions-stubs.iml
Yan Zhulanow 25d96f941b Add stubs for a couple of Android classes for Android Extensions plugin
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
2022-01-22 10:55:56 +00:00

11 lines
423 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>