Franco Sabadini
Franco Sabadini
I'm having this same issue, I need to add the header and the body, but seems like it's not possible to add both, which makes the API call fail. Has...
@iHad169 you need to add `useCommonJs()` inside `js { }`, like this: ```kotlin kotlin { js { browser { webpackTask { cssSupport.enabled = true } runTask { cssSupport.enabled = true...
Out of nowhere, I started getting a 502 Bad Gateway error from JCenter today: ``` Could not determine the dependencies of task ':kotlinNodeJsSetup'. You can use '--warning-mode all' to show...
@BFergerson this worked once I updated to Kotlin 1.6.0, seems like the dependencies are fetched differently on the latest Kotlin Plugin (or something like that?). Try updating if you are...
@BFergerson seems like updating Kotlin to 1.6.0 made this work on 1 of my projects but not all of them 🤔 In the end, I made it work by updating...
I initially reported this to the Firebase SDK team and after several emails, they said that this was an issue in FirebaseUI (this seems weird to me as it sounds...
@lion4ik no I haven't and there have been no answers from the FirebaseUI team so far.
Hi @samtstern, any news on this?
Hi @samtstern, any idea of when the current refactor you described in your comment above will be available?
Hi @samtstern, thanks for getting back to me about the issue. I'm using `ConstraintLayout` version 2.0.0-alpha2.