husky/husky/settings.gradle.kts
Adolfo Santiago e42c103ffd
Migrated to Kotlin DSL
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.
2021-08-29 09:58:45 +02:00

3 lines
44 B
Kotlin

rootProject.name = "husky"
include(":app")