<https://coroutinedispatcher.com/posts/gradle-conv...
# android
l
Just an editorial note: It looks like in the code sample configuring the plugins, the block is named ‘plygins’
Copy code
plygins {
    id("com.android.application")
    id("org.jlleitschuh.gradle.ktlint")
    id("dagger.hilt.android.plugin")
    id("com.google.firebase.crashlytics")
    kotlin("kapt")
}
c
Thank you. I will fix that. 👍