A module is a set of Kotlin sources compiled together:
- an IntelliJ IDEA module;
- a Maven project;
- a Gradle source set;
- a set of files compiled with one invocation of the Ant task.
This is in the same docs article about visibility modifiers. 🙂
A module is a set of Kotlin sources compiled together:
- an IntelliJ IDEA module;
- a Maven project;
- a Gradle source set;
- a set of files compiled with one invocation of the Ant task.
This is in the same docs article about visibility modifiers. 🙂