Introduce kotlin-reflect Maven artifact

This commit is contained in:
Alexander Udalov
2015-02-17 16:26:28 +03:00
parent 4f649f5a33
commit eced3003ad
5 changed files with 82 additions and 8 deletions
+6 -4
View File
@@ -77,7 +77,13 @@
<module>tools/kotlin-compiler</module>
<module>tools/kotlin-jdk-annotations</module>
<module>tools/kotlin-android-sdk-annotations</module>
<module>tools/kotlin-maven-plugin</module>
<module>tools/runtime</module>
<module>stdlib</module>
<module>stdlib/validator</module>
<module>tools/kotlin-reflect</module>
<!--NB! kotlin-js-library should be built before kotlin-gradle-plugin-->
<!--because it is used in tests but cannot be added as test-dependency-->
<!--(kotlin-gradle-plugin module will be recognized as kotlin-js module)-->
@@ -86,16 +92,12 @@
<module>tools/kotlin-gradle-plugin-core</module>
<module>tools/kotlin-gradle-plugin-api</module>
<module>tools/kotlin-android-compiler-plugin</module>
<module>tools/kotlin-maven-plugin</module>
<module>tools/kotlin-maven-plugin-test</module>
<module>tools/kotlin-js-tests</module>
<module>tools/kotlin-js-tests-junit</module>
<module>tools/kdoc</module>
<module>tools/kdoc-maven-plugin</module>
<module>stdlib</module>
<module>stdlib/validator</module>
<module>kunit</module>
<module>kotlin-jdbc</module>
<module>kotlin-swing</module>