KT-6264 Introduce kotlin-osgi-bundle

The bundle is a mix of kotlin-runtime, kotlin-stdlib and kotlin-reflect. The main reason to do so intead of adding corresponding modules is that there is so called "split package" issue that couldn't be easily resolved
This commit is contained in:
Sergey Mashkov
2015-09-29 20:31:12 +03:00
parent 0de9e8295a
commit a8e3ee9190
2 changed files with 104 additions and 0 deletions
+1
View File
@@ -80,6 +80,7 @@
<module>tools/runtime</module>
<module>stdlib</module>
<module>tools/kotlin-reflect</module>
<module>tools/kotlin-osgi-bundle</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-->