Refactor code to support AGP 9.0

This commit is contained in:
2025-12-20 20:53:13 +03:00
Unverified
parent 8151e0ca0d
commit b18af36b3e
133 changed files with 255 additions and 125 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
@file:Suppress("UnstableApiUsage")
include(":utils:android")
rootProject.name = "FromChat"
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
@@ -30,5 +33,5 @@ dependencyResolutionManagement {
}
}
include(":composeApp", ":utils")
include(":app:shared", ":utils:shared", ":app:android")