diff options
author | Kamil Doległo <kamilok1965@interia.pl> | 2020-01-24 14:41:33 +0100 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-01-31 15:27:26 +0100 |
commit | 0073c4c547dafaae5d465d4c410a52fd7fdc818d (patch) | |
tree | 3d98a7d1bebeb3ffaf269f1c41396d1fb3c3fea6 /.idea | |
parent | 07e6778ab70122784e0c239c70838adbec66042d (diff) | |
download | dokka-0073c4c547dafaae5d465d4c410a52fd7fdc818d.tar.gz dokka-0073c4c547dafaae5d465d4c410a52fd7fdc818d.tar.bz2 dokka-0073c4c547dafaae5d465d4c410a52fd7fdc818d.zip |
Cherry-pick 'analysis_rewrite_1.3.61'
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/codeStyles/codeStyleConfig.xml | 1 | ||||
-rw-r--r-- | .idea/compiler.xml | 2 | ||||
-rw-r--r-- | .idea/jarRepositories.xml | 10 |
3 files changed, 13 insertions, 0 deletions
diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml index 79ee123c..6e6eec11 100644 --- a/.idea/codeStyles/codeStyleConfig.xml +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -1,5 +1,6 @@ <component name="ProjectCodeStyleConfiguration"> <state> <option name="USE_PER_PROJECT_SETTINGS" value="true" /> + <option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" /> </state> </component>
\ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml index f165d41a..feb731d8 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -58,6 +58,8 @@ <module name="dokka.runners.gradle-plugin.test" target="1.8" /> <module name="dokka.runners.maven-plugin.main" target="1.8" /> <module name="dokka.runners.maven-plugin.test" target="1.8" /> + <module name="dokka.testApi.main" target="1.8" /> + <module name="dokka.testApi.test" target="1.8" /> <module name="fatjar_main" target="1.8" /> <module name="fatjar_test" target="1.8" /> <module name="gradle-integration-tests.org.jetbrains.dokka.gradle-integration-tests.main" target="1.8" /> diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index 8e7bd752..b5925b37 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -76,5 +76,15 @@ <option name="name" value="Google" /> <option name="url" value="https://dl.google.com/dl/android/maven2/" /> </remote-repository> + <remote-repository> + <option name="id" value="maven10" /> + <option name="name" value="maven10" /> + <option name="url" value="https://kotlin.bintray.com/kotlin-plugin" /> + </remote-repository> + <remote-repository> + <option name="id" value="maven6" /> + <option name="name" value="maven6" /> + <option name="url" value="https://teamcity.jetbrains.com/guestAuth/repository/download/Kotlin_dev_CompilerAllPlugins/1.3.61/maven" /> + </remote-repository> </component> </project>
\ No newline at end of file |