GitLiveApp / firebase-kotlin-sdk

A Kotlin-first SDK for Firebase
https://gitliveapp.github.io/firebase-kotlin-sdk/
Apache License 2.0
1.17k stars 155 forks source link

Can't build firebase-app locally #410

Closed rocketraman closed 2 months ago

rocketraman commented 1 year ago
> Task :firebase-app:compileDebugUnitTestKotlinAndroid FAILED
e: file:///Users/raman/source_ext/firebase-kotlin-sdk/firebase-app/src/commonTest/kotlin/dev/gitlive/firebase/firebase.kt:7:12 Expected property 'context' has no actual declaration in module <firebase-app_debugUnitTest> for JVM
e: file:///Users/raman/source_ext/firebase-kotlin-sdk/firebase-app/src/commonTest/kotlin/dev/gitlive/firebase/firebase.kt:8:12 Expected function 'runTest' has no actual declaration in module <firebase-app_debugUnitTest> for JVM

Here is the complete build scan:

https://gradle.com/s/uh7fjopeadyc4

rocketraman commented 1 year ago

Possibly related issue: https://youtrack.jetbrains.com/issue/KT-45332

Reedyuk commented 2 months ago

Should be working now, re-open if still relevant