/
sd155
/
KMPLogs
Обзор
Документация
Войти
/
sd155
/
KMPLogs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
dev
settings.gradle.kts
32 строки
777 B
skydiver
feat: initial commit
30 май 2025, 00:34
30 май 2025, 00:34
44a9989
Код
Авторство
О чём код?
rootProject.name = "KMPLogs" enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") pluginManagement { repositories { google { mavenContent { includeGroupAndSubgroups("androidx") includeGroupAndSubgroups("com.android") includeGroupAndSubgroups("com.google") } } mavenCentral() gradlePluginPortal() } } dependencyResolutionManagement { repositories { google { mavenContent { includeGroupAndSubgroups("androidx") includeGroupAndSubgroups("com.android") includeGroupAndSubgroups("com.google") } } mavenCentral() } } include(":kmplogs-api") include(":kmplogs-core")