diff options
Diffstat (limited to 'android/owyn_android.iml')
| -rw-r--r-- | android/owyn_android.iml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/android/owyn_android.iml b/android/owyn_android.iml new file mode 100644 index 0000000..1029d72 --- /dev/null +++ b/android/owyn_android.iml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="JAVA_MODULE" version="4"> + <component name="FacetManager"> + <facet type="android" name="Android"> + <configuration> + <option name="ALLOW_USER_CONFIGURATION" value="false" /> + <option name="GEN_FOLDER_RELATIVE_PATH_APT" value="/gen" /> + <option name="GEN_FOLDER_RELATIVE_PATH_AIDL" value="/gen" /> + <option name="MANIFEST_FILE_RELATIVE_PATH" value="/app/src/main/AndroidManifest.xml" /> + <option name="RES_FOLDER_RELATIVE_PATH" value="/app/src/main/res" /> + <option name="ASSETS_FOLDER_RELATIVE_PATH" value="/app/src/main/assets" /> + <option name="LIBS_FOLDER_RELATIVE_PATH" value="/app/src/main/libs" /> + <option name="PROGUARD_LOGS_FOLDER_RELATIVE_PATH" value="/app/src/main/proguard_logs" /> + </configuration> + </facet> + </component> + <component name="NewModuleRootManager" inherit-compiler-output="true"> + <exclude-output /> + <content url="file://$MODULE_DIR$"> + <sourceFolder url="file://$MODULE_DIR$/app/src/main/java" isTestSource="false" /> + <sourceFolder url="file://$MODULE_DIR$/app/src/main/kotlin" isTestSource="false" /> + <sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" /> + </content> + <orderEntry type="jdk" jdkName="Android API 25 Platform" jdkType="Android SDK" /> + <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="library" name="Flutter for Android" level="project" /> + <orderEntry type="library" name="KotlinJavaRuntime" level="project" /> + </component> +</module> |
