Will Kotlin IR include the Java source files?
# compiler
c
Will Kotlin IR include the Java source files?
d
Only headers of declarations And they are not in included in IrModuleFragment and only accessible by references (e.g. with types of function calls)
✔️ 1
y
AFAIR though, there are plans to include inline function bodies since then the inlining could be performed at an IR level, resulting in better optimisations. Edit: I misunderstood the question. Thought you were asking about whether Kotlin JVM libraries will have their IR published or not