Does anyone know what `friend modules` are?
# javascript
c
Does anyone know what
friend modules
are?
n
Are you referring to visibility? There is a mention of friend here: https://discuss.kotlinlang.org/t/kotlin-to-support-package-protected-visibility/1544/22 Kotlin doesn't have friend visibility.