Tool to dump binary API signatures from compiled JAR.

Incorporate declaration mappings output from the compiler to take into account kotlin visibilities.
This commit is contained in:
Ilya Gorbunov
2016-03-12 15:35:36 +03:00
parent 25abdf9fdb
commit a9fd1de263
3 changed files with 249 additions and 0 deletions
+2
View File
@@ -82,6 +82,8 @@
<module>tools/kotlin-reflect</module>
<module>tools/kotlin-osgi-bundle</module>
<module>tools/binary-compatibility-validator</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)-->