Rahul Sainani
Rahul Sainani
Got this warning in Android Studio's build analyzer: ``` com.github.ben-manes.versions: not compatible You could save about 4.3s by turning Configuration cache on. With Configuration cache, Gradle can skip the configuration...
On adding the SplashScreenApi and keeping it visible while some background tasks are happening as shared in the [docs](https://developer.android.com/guide/topics/ui/splash-screen), the drawer doesn't appear. Is there a way we can work...
Sometimes while analysing payment issues in qa/release builds it might be useful to know what's happening inside the SDK. The logs are visible while debugging and developing but generally qa/release...
Recently we upgraded the gradle version and now the project sync doesn't work when the plugin is applied. This is the error, reproduced on 2 different projects using gradle 6.1.1...
## What? On top of #125 – Use ktor instead of retrofit and kotlinx serialization instead of gson for KMP support – Update MovieRepository to use ktor – Add ApiResponse...