Android Extensions: Add runtime library with LayoutContainer and its options

This commit is contained in:
Yan Zhulanow
2017-06-05 18:04:27 +03:00
parent 1a1db5a6f1
commit 6e1dd08fbb
9 changed files with 160 additions and 0 deletions
@@ -0,0 +1,13 @@
<?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" />
<orderEntry type="library" scope="PROVIDED" name="android-layoutlib" level="project" />
<orderEntry type="library" name="kotlin-runtime" level="project" />
</component>
</module>