You Qi

Results 5 comments of You Qi

a kotlin dsl version that works with multiple buildTypes and productFlavors ```kotlin afterEvaluate { val buildTypes = android.buildTypes.map { it.name.capitalize() } val productFlavors = android.productFlavors.map { it.name.capitalize() } productFlavors.forEach {...

it did work after converting the component to `SingletonComponent`. but is SingletonComponent really the requirement to use DI with ViewModel? I have created a branch demonstrating `@ActivityScoped` `@InMemoryLogger` working in...

only started happening to me since yesterday. any solution?

you will need `com.android.application` in your project gradle. ```kotlin plugins { id("com.android.application") version "7.4.1" apply false id("org.jlleitschuh.gradle.ktlint") version "9.4.1" apply false } ```