diff options
author | Sergey Mashkov <sergey.mashkov@jetbrains.com> | 2015-08-10 14:46:50 +0300 |
---|---|---|
committer | Sergey Mashkov <sergey.mashkov@jetbrains.com> | 2015-08-10 14:51:55 +0300 |
commit | 8216501e9a07940ed0a0be3d204733df9a9d811c (patch) | |
tree | bdf92b7fff16d12086b004861ac26b3439fde021 /.idea/libraries/kotlin.xml | |
parent | ff89f37f3a525460d35d4fcaec99afbaec160618 (diff) | |
download | dokka-8216501e9a07940ed0a0be3d204733df9a9d811c.tar.gz dokka-8216501e9a07940ed0a0be3d204733df9a9d811c.tar.bz2 dokka-8216501e9a07940ed0a0be3d204733df9a9d811c.zip |
~ configure javadoc module, configure artifact configuration
Diffstat (limited to '.idea/libraries/kotlin.xml')
-rw-r--r-- | .idea/libraries/kotlin.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.idea/libraries/kotlin.xml b/.idea/libraries/kotlin.xml index a24e595c..7d59a672 100644 --- a/.idea/libraries/kotlin.xml +++ b/.idea/libraries/kotlin.xml @@ -2,6 +2,7 @@ <library name="kotlin"> <CLASSES> <root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-runtime.jar!/" /> + <root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-reflect.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> |