Проект пересобран без модуля desktopMain

This commit is contained in:
2025-09-11 14:30:51 +03:00
commit 94b6a6758b
63 changed files with 5030 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
rootProject.name = "frontend"
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(":composeApp")