Massimo Caroccia
Massimo Caroccia
Primarily is the handling of guards: in VRourer it is done as it should be done. This is crucial for me. In VRouter we can handle the routing with async...
My Class is a simple class model used with DBFlow: ``` @Parcel @Table(database = DBLocal::class) class MyClass : AbstractModel() { @Column(length = 3) @PrimaryKey var codice: String = "" @Column(length...
I found the problem: The problem appaer when mixing into gradle "annotationProcessor" and "kapt" if any library need annotationProcessor and use kotlin to solve the problem is need to add:...
Sorry...but again...my solution does not work
I'm sorry but this occurs on my big project.
I think that the problem is like this: https://github.com/realm/realm-java/issues/4087
I also see that this problem does not appear when I resync gradle before run debug
This is not a problem of this lib. If you try to run you app without doing anything and open iOS settings and try to change app permission the app...