Modules are those things you break a project into at design time. Kotlin module maps one-to-one to IntelliJ's module (iml-file). Kotlin M8 does not respect modules yet (M9 will), so you can't see the difference between public and internal yet, but it will come :) Sorry for the inconvenience
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Kotlin access modifiers explain
|
1 | 1985 | December 2, 2013 | |
Public by default for classes
|
18 | 6955 | September 18, 2015 | |
Android, test projects, and modules
|
1 | 1034 | November 3, 2015 | |
Package-level and public members of a class without internal. Is it possible?
|
2 | 1548 | October 11, 2017 | |
Why there is no package visibility modifier? | 1 | 2082 | February 26, 2017 |