JJSarrasin
JJSarrasin
Hello, I've 70 libs in my android project and the QRGen lib is the only one now that needs jitpack.io. Why isn't it available on mavenCentral() ? Thanks !
Hello, Thanks for your lib. Is there a way to use a keystore with it. With the non-kmp lib we were using, we had to pass a okHttpClient like this:...
The standard for HTTP clients is increasingly shifting towards Ktor. It avoids to manage multiple http source in the same project. My main concern is about DrmSessionManagerProvider.setDrmHttpDataSourceFactory + MediaSourceFactory.setDataSourceFactory, maybe...
Why can't we use a standard BackHandler {} in the DashboardScreen instead of the hacky "BackPressHandledArea" where you catch the Key.back in the onPreviewKeyEvent ? Is it a compose issue...