Cộng đồng Hỏi & Đáp của Inflearn
build.gradle 부분 영상과 다르신 분들 참고
Viết
·
424
4
classpath 대신
build.gradle(Project) plugins 안에
id 'com.google.gms.google-services' version '4.3.10' apply false
이거 추가하시면 됩니다.
apply pugin: 대신
build.gradle(Module) plugins 안에
id 'com.google.gms.google-services'
이거 추가하시면 됩니다.
질문 카테고리를 더 많이 볼거같아서 여기에 올려요
kotlinfirebaseandroid
Câu trả lời 2
1
혹시 범블비가 아닌 돌핀쓰고 계신분들은
build.gradle(Project) plugins 안에
id 'com.google.gms.google-services' version '4.3.10' apply false만 추가하시면 됩니다!
1





