Kotlin - 모듈(Module)
CODEDRAGON ㆍDevelopment/Kotlin
반응형
Kotlin - 모듈(Module)
모듈은 컴파일(Compile)이 같이 되는 kotlin 파일들을 의미합니다.
· an IntelliJ IDEA moudle
· a Maven project
· a Gradle source set
· a set of files compiled with one invocation of the Ant task
https://kotlinlang.org/docs/reference/visibility-modifiers.html
'Development > Kotlin' 카테고리의 다른 글
Kotlin(.kt) 소스코드 파일 (0) | 2018.11.16 |
---|---|
Kotlin - break label 문, break label 문 형식 (0) | 2018.11.15 |
Kotlin - Nested Class, Kotlin - 내부 클래스의 구성 형식 (0) | 2018.11.13 |
Kotlin - 제어문의 구성도 (0) | 2018.11.12 |
클래스 상속 (0) | 2018.11.11 |