Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit f92bca9

Browse files
authored
Merge pull request #835 from androidx/InterpolationEngines
interpolation_engines
2 parents dfdb85b + 76022fb commit f92bca9

File tree

14 files changed

+3957
-0
lines changed

14 files changed

+3957
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="JAVA_MODULE" version="4">
3+
<component name="NewModuleRootManager" inherit-compiler-output="true">
4+
<exclude-output />
5+
<content url="file://$MODULE_DIR$">
6+
<sourceFolder url="file://$MODULE_DIR$/src/main/kotlin" isTestSource="false" />
7+
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
8+
<sourceFolder url="file://$MODULE_DIR$/src/test/kotlin" isTestSource="true" />
9+
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
10+
</content>
11+
<orderEntry type="inheritedJdk" />
12+
<orderEntry type="sourceFolder" forTests="false" />
13+
<orderEntry type="library" name="KotlinJavaRuntime" level="project" />
14+
<orderEntry type="module-library" scope="TEST">
15+
<library name="JUnit4">
16+
<CLASSES>
17+
<root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.13.1/junit-4.13.1.jar!/" />
18+
<root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar!/" />
19+
</CLASSES>
20+
<JAVADOC />
21+
<SOURCES />
22+
</library>
23+
</orderEntry>
24+
</component>
25+
</module>

0 commit comments

Comments
 (0)