Skip to content

Commit 375b058

Browse files
committed
Add coroutines-jdk8 to project
1 parent 1012a24 commit 375b058

File tree

5 files changed

+18
-0
lines changed

5 files changed

+18
-0
lines changed

.idea/artifacts/KotlinPlugin.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/kotlinx_coroutines_jdk8.xml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

idea/idea-analysis/idea-analysis.iml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,7 @@
3737
<orderEntry type="library" exported="" name="idea-full" level="project" />
3838
<orderEntry type="library" name="uast-java" level="project" />
3939
<orderEntry type="module" module-name="android-extensions-compiler" />
40+
<orderEntry type="module" module-name="frontend.script" />
41+
<orderEntry type="library" name="kotlinx-coroutines-jdk8" level="project" />
4042
</component>
4143
</module>

idea/idea-core/idea-core.iml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
<orderEntry type="library" scope="PROVIDED" name="gradle-and-groovy-plugin" level="project" />
1919
<orderEntry type="library" exported="" name="kotlinx-coroutines-core" level="project" />
2020
<orderEntry type="module" module-name="frontend.script" />
21+
<orderEntry type="library" name="kotlinx-coroutines-jdk8" level="project" />
2122
</component>
2223
</module>

update_dependencies.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,9 @@
224224
<get-maven-library prefix="org/jetbrains/kotlinx" lib="kotlinx-coroutines-core" version="${kotlinx.coroutines.version}"
225225
target.jar.name.base="kotlinx-coroutines-core" server="http://dl.bintray.com/kotlin/kotlinx/"/>
226226

227+
<get-maven-library prefix="org/jetbrains/kotlinx" lib="kotlinx-coroutines-jdk8" version="${kotlinx.coroutines.version}"
228+
target.jar.name.base="kotlinx-coroutines-jdk8" server="http://dl.bintray.com/kotlin/kotlinx/"/>
229+
227230

228231
<delete file="${dependencies}/android.jar" failonerror="false"/>
229232
<get src="http://dl-ssl.google.com/android/repository/android-19_r02.zip"

0 commit comments

Comments
 (0)