Is there a way to set default visibility to `inter...
# announcements
b
Is there a way to set default visibility to
internal
via gradle or compiler arg?
🚫 2
b
It should be since you can add open modifier to everything using kotlin allopen Here's the source, I guess you could tweak it a bit to make 'kotlin-allinternal' 😃 https://github.com/JetBrains/kotlin/tree/master/libraries/tools/kotlin-allopen