What is a Kotlin module? -
in kotlin documentation mentioning kind of module instance in documentation internal
modifier.
however couldn't find definition of term module itself. meant module?
a module set of kotlin sources compiled together:
- an intellij idea module;
- a maven project;
- a gradle source set;
- a set of files compiled 1 invocation of ant task.
this in same docs article visibility modifiers. :)
Comments
Post a Comment