-
Notifications
You must be signed in to change notification settings - Fork 3
/
OSMPTrailChallenge.iml
20 lines (20 loc) · 1.23 KB
/
OSMPTrailChallenge.iml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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/main/kotlin" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/kotlin" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="KotlinJavaRuntime" level="project" />
<orderEntry type="library" name="com.google.firebase:firebase-admin:7.1.0" level="project" />
<orderEntry type="library" name="org.slf4j:slf4j-simple:1.7.30" level="project" />
<orderEntry type="library" name="org.gavaghan:geodesy:1.1.3" level="project" />
<orderEntry type="library" name="org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2" level="project" />
<orderEntry type="library" name="com.google.cloud:google-cloud-firestore:1.32.3" level="project" />
</component>
</module>