Roman Zavarnitsyn

Results 267 comments of Roman Zavarnitsyn

Shouldn't this be an extension function of `Context` then?

Could you post your xml or sample project? And also a device model which you're running this on?

Hi sir, thank you for using my library and reporting an issue. I'll figure it out shortly.

Or clone the Kotlin repo and publish idea artifacts to maven yourself :) not sure about the legal implications though

> I cloned [d-emrani/Sentry-Bug](https://github.com/d-emrani/Sentry-Bug) and ran ./gradlew assembleRelease without error. I'm not sure what's wrong here, but I just did the same (cloning + running `assembleRelease`) and it still fails:

Alright, thanks for investigating. Yeah, we removed the cycle already, not sure if anything else can be done here, in case there are others who uses this trick with the...

We do publish a bom already -> https://docs.sentry.io/platforms/android/configuration/bill-of-materials/. I'm not sure the bom would help here though, because if we apply the bom with the version `5.7.0`, this still would...

Ah, I wasn't aware of `enforcedPlatform`, yeah it seems like that would do. We actually wanted to be conservative here, and do not override any of the user-defined dependencies, but...

> Problem of us overriding the version is that user can't override our behavior it turns out to be wrong. Could we log a build warning instead? It's kind of...

Moved this to the SAGP repo, as it rather belongs here.