Kangho_Story

[안드로이드 코틀린 Kotlin] If parameterised constructors are defined explicitly in a program the Java compiler doesn't insert the implicit default constructor. 에러 해결 본문

Android

[안드로이드 코틀린 Kotlin] If parameterised constructors are defined explicitly in a program the Java compiler doesn't insert the implicit default constructor. 에러 해결

캉호 2024. 5. 5. 00:41
728x90
반응형

파이어베이스 파이어스토어에서 커스텀 객체 타입으로 데이터를 가져오려는데  If parameterised constructors are defined explicitly in a program the Java compiler doesn't insert the implicit default constructor. 에러가 발생했다.

 

해결법은 간단하다 데이터 클래스에 모두 초기값을 정해주면 된다.

 

이렇게 정해주면 오류 없이 잘 실행된다.

끝!

728x90
반응형
Comments