강의

멘토링

커뮤니티

Inflearn Community Q&A

tymy5102471's profile image
tymy5102471

asked

Kangsam's Beginner Android One Day Class - Part 2 Understanding Kotlin

03-1 Kotlin Language Introduction #3 - Kotlin File Structure - LAB

모듈

Resolved

Written on

·

83

0

모듈은 무엇인가요 이 프로그램내에서 어떤역할을 하나요

androidkotlinlambdakotlin-companionnullsafe

Answer 1

0

kkang님의 프로필 이미지
kkang
Instructor

모듈은 프로젝트를 만들면 그 안에 만들어지는 구성요소입니다.

하나의 프로젝트는 여러 모듈로 구성될 수 있으며 모듈은 애플리케이션 모듈과 라이브러리 모듈등이 있습니다.

 

tymy5102471's profile image
tymy5102471

asked

Ask a question