Does using `internal` modifier cause some optimiz...
# compiler
j
Does using
internal
modifier cause some optimized compilation in a way that compiler knows it isn't used from other dependent modules and skips the check "in them"?
f
They are accessible from Java, so that's not possible.
g
Skips the check?
j
bad wording, rather does not invalidate cache and force recompilation of dependents.
g
It's not supported yet: https://youtrack.jetbrains.com/issue/KT-26305 (and see related tasks too)
j
thanks!