Jakub Syty
Jakub Syty
Ok. I'm not sure if anything can be done here. Pretty much all the space is taken by database, which is basically one table with 3 columns. All of this...
Honestly i wouldn't use that library if it required internet connection... It's just too simple and too fundamental to complicate it that much. Network usage always have big implications which...
I'm using it for like 2 months, so i'm talking only about that version
@jaredrummler Please take a look, the only change is in that particular name
Yup, it seems like device with id 5904 have name "Emualtor"
@jtorrestobena interesting, is github hosting gradle package automatically for repository?
> @jakoss @ncapdevi With all due respect, I think that's kind of easy. > I published my repo by following this guide: > https://medium.com/@ome450901/publish-an-android-library-by-jitpack-a0342684cbd0 > I'm sorry if I was...
There are ways to detect the data class type in JVM, but they rely on internal implementation that might change (https://stackoverflow.com/a/29077162/939133). Nontheless i believe that's still better than nothing. data...
@a-ivanov It's a workaround we have to live with, but i wouldn't call it a fix :)
I think it's quite a work to support both kapt and ksp, but I think there are libraries that allow to abstract most part of this. The one I've heard...