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

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -