The project now uses Kotlin DSL instead Groovy files to compile the whole project. The migration was a 1:1 between the old files and the new ones. Also, AppInjector and SendStatusBroadcastReceiver were fixed according the building errors.
3 lines
44 B
Kotlin
3 lines
44 B
Kotlin
rootProject.name = "husky"
|
|
|
|
include(":app")
|