Saud Khan

Results 12 comments of Saud Khan

This is already [available to use in the Android SDK](https://github.com/firebase/firebase-android-sdk/blob/master/firebase-perf/src/main/java/com/google/firebase/perf/FirebasePerformance.java#L338), so would be great to have it in the iOS one too.

I'm seeming a similar error with Circuit, no changes in code from 1.6.2 only upgrading to Kotlin 2.0 (from 1.9.23) and Compose 1.6.10. Here's the call stack: ``` java.lang.IllegalStateException: Symbol...

> Hi, @bidrohi! could you please provide some reproducer? I'm working to narrow down the issue to see if I can get to a small reproducable package.

I'm unable to reproduce this at all now, even on the large project.. may be some configuration cache issue? 🤷🏽‍♂️

For Android projects, it throws a lint error since adding AAR files directly misses the non-JVM parts of the archive.

Sorry doesn't look like I can get the same error as before. Now I get the following trying to sync the project after adding 1.32 version of the plugin: ```...

> > For Android projects, it throws a lint error since adding AAR files directly misses the non-JVM parts of the archive. > > What exactly throws a lint error?...

> > Sorry doesn't look like I can get the same error as before. Now I get the following trying to sync the project after adding 1.32 version of the...

> > unfortunately gives and error when linting > > can that lint error be excluded? Considering that the lint is provided to catch actual issues with including some AARs,...

For me, it was failing on import, but got fixed once I applied the `ktorfit` plugin. Tried on 1.11.1 and 1.12.0