Waqas Akram

Results 3 comments of Waqas Akram

Adding more details related to build.gradle. ``` composeOptions { kotlinCompilerExtensionVersion = "1.5.3" } buildFeatures { compose = true viewBinding = true } compileOptions { sourceCompatibility = JavaVersion.VERSION_17 targetCompatibility = JavaVersion.VERSION_17...

I am having this issue as well. I spent almost week to in troubleshooting everything and varified it is bug

I am also having this same issue when Connect hangs and never releases. I spent almost a week investigating this and found that someone is a race condition and it...