SeanBlahovici
SeanBlahovici
I am currently porting my project from the java Clean Architecture structure to the Kotlin structure. I am using the Cloud Firestore database and in my previous project I had...
I am trying to use AutoValue in the domain module. Here is the AutoValue class data implementation : ``` import com.google.auto.value.AutoValue; import org.jetbrains.annotations.Nullable; import java.util.Date; @AutoValue public abstract class Trip...
So I tried updating to 3.2.0 from Koin 2.x and I found an obscure bug. I reverted to lower versions until the problem was no longer present, which is **version...