코린이 개발로그
FireBase Gradle build 오류 본문
처음으로 FireBase를 이용하다보면 org.codehaus.groovy.ast.expr.TupleExpression 이런오류가 뜨기마련이다.
분명 나는 FireBase의 가이드라인을 따라했는데 왜 오류가뜨는지 맨붕이 올수도있지만.
침착하게 app수준의 build.gradle에 들어가서
맨위에있는 plugins 에있는 apply plugin: 'com.google.gms.google-services' 를 id 'com.google.gms.google-services'로
바꿔주면 자연스래 문제가 해결된다.
'Kotlin & Android' 카테고리의 다른 글
Compose ViewModel (0) | 2025.02.26 |
---|---|
DI 와 Hilt 와 Repository패턴 (0) | 2021.11.29 |
Android ListView Widget을 만들어보자 (0) | 2021.11.29 |
AAC 와 MVVM (0) | 2021.11.09 |
Comments