Ilya Chernikov
731df8d3cc
Proper handling of the scripting compiler plugin in JSR-223 with daemon
2019-02-10 13:33:21 +01:00
Sergey Rostov
0f2fb4ff82
Build: remove intellijCore/annotations.jar usages
2019-01-28 13:43:08 +03:00
Ilya Chernikov
8529ed314c
[minor] fix compilation - avoid proguarding of addToStdLib.kt
2018-12-20 17:09:20 +01:00
Mikhael Bogdanov
87d99907f6
Remove redundant proguard option
...
Removed option is covered by
-keep class org.jetbrains.org.objectweb.asm.Opcodes { *; }
2018-12-20 12:55:09 +01:00
Yan Zhulanow
9498eb8d4d
Kapt: Preserve 'getJarPathForClass()' (used in kapt-cli)
2018-12-12 21:40:43 +09:00
Yan Zhulanow
9bc02279c4
Kapt: Fix Maven build, add 'getJarPathForClass()' to the ProGuard configuration
2018-11-28 02:25:34 +09:00
Yan Zhulanow
3ecf355e7a
Kapt: Leave getBasePath() in ProGuard-ed kotlinc
2018-06-08 19:37:19 +03:00
Dmitry Savvinov
da7b59984f
Move importsDumper to compiler plugin
2018-05-28 13:02:48 +03:00
Dmitry Savvinov
70622ff668
Introduce -Xoutput-imports mode of JVM compiler
...
In this mode, instead of analyzing files and generating bytecode for
them, compiler just saves imports of each file in JSON map of form
'<path to file> -> [<import1>, <import2>, ...]'
It is needed for some external tools, notably for Google3 toolchain.
2018-05-15 15:36:14 +03:00
Vyacheslav Gerasimov
9721ca8d09
as32: Update compiler.pro for AS 3.2 C14
2018-05-10 23:28:42 +03:00