/
imysko
/
EnMeters
Обзор
Документация
Войти
/
imysko
/
EnMeters
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
build.gradle.kts
9 строк
455 B
progneo
Add dependencies
30 сен 2023, 16:10
30 сен 2023, 16:10
9b07d16
Код
Авторство
О чём код?
// Top-level build file where you can add configuration options common to all sub-projects/modules. @Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove once KTIJ-19369 is fixed plugins { alias(libs.plugins.androidApplication) apply false alias(libs.plugins.kotlinAndroid) apply false alias(libs.plugins.daggerAndroid) apply false alias(libs.plugins.ksp) apply false } true // Needed to make the Suppress annotation work for the plugins block