1
엔티티 필드로 Kotlin 인라인 클래스가있는 룸 데이터베이스
나는 방 (얻기 위해 노력하고 https://developer.android.com/topic/libraries/architecture/room 에 설명 된대로 코 틀린의 인라인 클래스와 함께) 작업을 제이크 Whartons 문서 인라인 클래스 큰 데이터베이스 ID를 확인합니다 : @Entity data class MyEntity( @PrimaryKey val id: ID, val title: String ) inline class ID(val value: String) 이 방을 편집 할 때 엔티티와 Pojo에는 사용 …