diff options
author | Dmitry Jemerov <intelliyole@gmail.com> | 2015-07-13 18:54:14 +0200 |
---|---|---|
committer | Dmitry Jemerov <intelliyole@gmail.com> | 2015-07-13 18:54:14 +0200 |
commit | 1a79c5d46536f1140f6348868aa14974182114ba (patch) | |
tree | 19a27e45be309dfc3425088ce8db93811177b38f /.idea/ant.xml | |
parent | dfa23a3ff1b15570102d4431b7bfc709efa16a52 (diff) | |
parent | 0352d46db95ba375daa523bd5ec6e2f6b27f81f8 (diff) | |
download | dokka-1a79c5d46536f1140f6348868aa14974182114ba.tar.gz dokka-1a79c5d46536f1140f6348868aa14974182114ba.tar.bz2 dokka-1a79c5d46536f1140f6348868aa14974182114ba.zip |
Merge pull request #29 from cy6erGn0m/gradle-plugin
Gradle plugin
Diffstat (limited to '.idea/ant.xml')
-rwxr-xr-x[-rw-r--r--] | .idea/ant.xml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/.idea/ant.xml b/.idea/ant.xml index c853cb11..13b52a5a 100644..100755 --- a/.idea/ant.xml +++ b/.idea/ant.xml @@ -1,6 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="AntConfiguration"> - <buildFile url="file://$PROJECT_DIR$/build-docs.xml" /> + <buildFile url="file://$PROJECT_DIR$/build-docs.xml"> + <properties> + <property name="kotlin.compiler" value="$PROJECT_DIR$/../kotlin/dist/kotlinc" /> + </properties> + </buildFile> + <buildFile url="file://$PROJECT_DIR$/build.xml"> + <properties> + <property name="kotlin.compiler" value="$PROJECT_DIR$/../kotlin/dist/kotlinc" /> + </properties> + </buildFile> </component> -</project>
\ No newline at end of file +</project> |