앞서 프로토 파일을 만드는것은 아래의 링크에 있다. https://machine-woong.tistory.com/639 Android Protocl Buffers ver.3 사용하기 proto3 1. build.gradle(모듈) plugins { id 'com.android.application' id ('com.google.protobuf') version "0.8.17" } 추가 id ('com.google.protobuf') version "0.8.17" dependencies { ..... // Proto Buffer implementation 'androidx.datastore:datastore:1.0.0' impleme machine-woong.tistory.com Setter Person...