Kotlin Multiplatform Mobile (1) 썸네일형 리스트형 [KMM] Realm-Kotlin Kotlin MultiPlatform Mobile에서 Realm Database를 사용하기 위해, 순수 Kotlin언어로 작성된 Realm-Kotlin을 소개합니다! sdk 설치 Object Schema 정의 Realm 열기 Data 읽고 쓰기 Reactive 형태로 Data 변화 감지 1. sdk 설치 Kotlin MultiPlatform에서 설치하는 방법으로 해당 모듈의 build.gradle.kts 파일에서 realm, coroutines 관련 dependencies 및 plugins 추가 내부적으로 Realm Kotlin은 coroutines를 사용하여 비동기 처리를 하기에 관련 라이브러리 필요함 주의사항 : Realm Kotlin 버전 1.3.0 이상 사용 시 프로젝트의 Kotlin 버전 1.7.. 이전 1 다음