mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
Bug fix `NoConstantValueAttributeForNonConstVals` removes constant attribute from non-constant properties. Code using such properties does not have to be recompiled, since its value is no longer inlined.
12 lines
327 B
Plaintext
Vendored
12 lines
327 B
Plaintext
Vendored
================ Step #1 =================
|
|
|
|
Cleaning output files:
|
|
out/production/module/META-INF/module.kotlin_module
|
|
out/production/module/test/Klass$Companion.class
|
|
out/production/module/test/Klass.class
|
|
End of files
|
|
Compiling files:
|
|
src/const.kt
|
|
End of files
|
|
Exit code: OK
|
|
------------------------------------------ |