
일단 기본적으로 아래 부분을 먼저 Gradle(:app) 아래 한줄을 추가해주세요. dependencies { ... implementation 'com.android.support:multidex:1.0.3' ... } 아직 연습중이라 그런가 뭔가 위 줄을 먼저 추가해주는게 편하더라고요 (multidex) Realm 을 Gradle 에 추가해줘야겠죠? 그런데 이상할정도로 추가되지 않아서 고생한 사람(이정도면 버그 수집가) https://www.mongodb.com/docs/realm/sdk/kotlin/install/ Install Realm - Kotlin SDK — Realm Docs Home → Realm The Kotlin SDK supports two platforms, each with it..
Android 연습/Kotlin 익숙해지기
2023. 4. 13. 22:23