`internal` in Kotlin has a specific meaning — some...
# announcements
n
internal
in Kotlin has a specific meaning — something that is not exposed outside a compilation unit, but is available to all classes inside the compilation unit.