You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Converted App class and Main activity to Kotlin. With that refactored fields within App class to allow lazy initialization BEWARE: at this point the navigation is very much broken, won't let you anywhere beyond home screen
7 lines
93 B
Kotlin
7 lines
93 B
Kotlin
package com.topjohnwu.magisk.di
|
|
|
|
import org.koin.dsl.module
|
|
|
|
|
|
val databaseModule = module {}
|