Junior — Middle
What is the purpose and features of using the internal access modifier in Kotlin?
sobes.tech AI
Answer from AI
The internal access modifier in Kotlin restricts visibility to within the same module, meaning the class or member is accessible only within the same module but not outside it.