data class Person(
val name: String,
val age: Int
)
'Android > Kotlin' 카테고리의 다른 글
Coroutine 에서 사용되는 메소드 만들기 (0) | 2021.12.25 |
---|---|
Kotlin에서 Room dependency 추가하기 (0) | 2021.12.25 |
코틀린에서 위젯 선언 (0) | 2020.11.13 |
Kotlin으로 AlertDialog 띄우기 (0) | 2020.10.29 |
Kotlin에서 Toast 띄우기 (0) | 2020.10.29 |
댓글