diff options
author | sebastian.sellmair <sebastian.sellmair@jetbrains.com> | 2020-07-01 14:30:49 +0200 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-07-02 12:48:53 +0200 |
commit | c0ce35627413103d64845ca3c56b9ceab0606b6b (patch) | |
tree | 5eef75366a143f27a4fc61aa6fa236889b01d718 /.idea/jarRepositories.xml | |
parent | 1bd0cba71db2330a5e827860c4fa8c5b7eda12b4 (diff) | |
download | dokka-c0ce35627413103d64845ca3c56b9ceab0606b6b.tar.gz dokka-c0ce35627413103d64845ca3c56b9ceab0606b6b.tar.bz2 dokka-c0ce35627413103d64845ca3c56b9ceab0606b6b.zip |
Re-implement first basic gradle integration test
Diffstat (limited to '.idea/jarRepositories.xml')
-rw-r--r-- | .idea/jarRepositories.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index 915691dd..e0b545b3 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -91,5 +91,10 @@ <option name="name" value="maven" /> <option name="url" value="https://dl.bintray.com/jetbrains/markdown/" /> </remote-repository> + <remote-repository> + <option name="id" value="maven" /> + <option name="name" value="maven" /> + <option name="url" value="https://dl.bintray.com/kotlin/kotlin-dev/" /> + </remote-repository> </component> </project>
\ No newline at end of file |