https://kotlinlang.org logo
b

Big Chungus

01/27/2020, 3:21 PM
Is there a way to set default visibility to
internal
via gradle or compiler arg?
🚫 2
b

Bruno_

01/27/2020, 4:37 PM
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
2 Views