Just a regular dependencies block there: ``` depen...
# gradle
m
Just a regular dependencies block there:
Copy code
dependencies {
	implementation(kotlin("gradle-plugin", KotlinCompilerVersion.VERSION))
	api("com.android.tools.build:gradle:3.4.1")
}