From 53f4a9ce311d612d43fa770cf7e8f8e98fbb43a0 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquart Date: Tue, 12 Sep 2023 06:17:39 +0000 Subject: 2: organise module with clean archi, use Koin for injection. --- core/src/main/AndroidManifest.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 core/src/main/AndroidManifest.xml (limited to 'core/src/main/AndroidManifest.xml') diff --git a/core/src/main/AndroidManifest.xml b/core/src/main/AndroidManifest.xml new file mode 100644 index 0000000..a29e84c --- /dev/null +++ b/core/src/main/AndroidManifest.xml @@ -0,0 +1,22 @@ + + + + \ No newline at end of file -- cgit v1.2.1