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

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -