SeanBlahovici

Results 3 issues of 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...

question
discussion

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...

android
type:issue
status:checking
regression 💥
android:viewmodel