I see that Kotlin 1.1 plans to have constant inlin...
# announcements
m
I see that Kotlin 1.1 plans to have constant inlining - https://kotlinlang.org/docs/reference/whatsnew11.html#constant-inlining Does this include
String
instances? Such could be problematic for large
String
constants (e.g.
const val PI_TO_1000_DIGITS = "3.14159..."
).
👍 1