Notice
Recent Posts
Recent Comments
Link
«   2025/09   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
Archives
Today
Total
관리 메뉴

코린이 개발로그

FireBase Gradle build 오류 본문

Kotlin & Android

FireBase Gradle build 오류

코드징어 2021. 4. 24. 00:20

처음으로 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