You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run the command ./gradlew assemble so I'll have a release version of the apk , but I face issues like this:
Task :expo:compileDebugKotlin
w: Rocket.Chat.ReactNative/node_modules/expo/android/src/main/java/expo/modules/ReactActivityDelegateWrapper.kt:139:50 No cast needed
Task :app:compileExperimentalFossDebugKotlin FAILED
e: /Rocket.Chat.ReactNative/android/app/src/main/java/chat/rocket/reactnative/MainApplication.kt:32:63 No value passed for parameter 'application'
FAILURE: Build failed with an exception.
The text was updated successfully, but these errors were encountered:
I run the command
./gradlew assemble
so I'll have a release version of the apk , but I face issues like this:The text was updated successfully, but these errors were encountered: