diff options
author | sebastian.sellmair <sebastian.sellmair@jetbrains.com> | 2020-07-20 09:39:50 +0200 |
---|---|---|
committer | Sebastian Sellmair <34319766+sellmair@users.noreply.github.com> | 2020-07-20 12:02:45 +0200 |
commit | 68cba1e81a6bc971e0cd0be535232cc99756cd81 (patch) | |
tree | 6e78aa1aecac8d718c42db926a2ac1bd0ce402f6 /.idea | |
parent | 13edb873db122e2088207ca10b94382e30875636 (diff) | |
download | dokka-68cba1e81a6bc971e0cd0be535232cc99756cd81.tar.gz dokka-68cba1e81a6bc971e0cd0be535232cc99756cd81.tar.bz2 dokka-68cba1e81a6bc971e0cd0be535232cc99756cd81.zip |
Align json representation of filepaths
Diffstat (limited to '.idea')
-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 0c589859..22445433 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -101,5 +101,10 @@ <option name="name" value="MavenLocal" /> <option name="url" value="file:$MAVEN_REPOSITORY$" /> </remote-repository> + <remote-repository> + <option name="id" value="maven" /> + <option name="name" value="maven" /> + <option name="url" value="https://dl.bintray.com/kotlin/kotlin-eap/" /> + </remote-repository> </component> </project>
\ No newline at end of file |