Slackbot
05/05/2022, 10:32 PMJoel
05/05/2022, 10:44 PMbuildscript {
    repositories {
        google()
        mavenCentral()
    }
    dependencies {
        classpath("com.android.tools.build:gradle:7.1.3")
        classpath("com.google.dagger:hilt-android-gradle-plugin:2.41")
        classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10")
        classpath("com.newrelic.agent.android:agent-gradle-plugin:6.5.0")
    }
}