mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 19:15:05 +03:00
Refactor code to support AGP 9.0
This commit is contained in:
+4
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user