refactor: integrate Koin for dependency injection across platforms
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<application
|
||||
android:name=".GwenedegApp"
|
||||
android:allowBackup="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
package fr.ajaury.gwenedeg
|
||||
|
||||
import android.app.Application
|
||||
|
||||
class GwenedegApp : Application()
|
||||
Reference in New Issue
Block a user