"Kotlin is better than groovy"
"I wish Kotlin existed when I created Gradle"
"You lucky b*******s"
Create the buildSrc folder
Create the src/main/kotlin directory
Create the build.gradle.kts file
Plugins block with `kotlin-dsl` applied
Repositories block with jcenter()
Create Dependencies.kt file
Make sure everything compiles
build.gradle
compileSdkVersion
isEnabled
Release
getByName
isMinifyEnabled
kotlinOptions
remove libraries namespace
issue with list of dependencies
Create extension functions
Test logging fix
Refactor- extract function
Delete dependencies.gradle file