refactor: Turn argument from mutable list to a custom string parser

class
This commit is contained in:
Ahmad Ansori Palembani 2025-06-08 19:42:44 +07:00
parent b46dc2f5eb
commit e01dafa69d
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
11 changed files with 116 additions and 36 deletions

View file

@ -16,6 +16,6 @@ suspend fun main() {
modules(generalModule)
koinModules(appModule)
koin(appModule)
}.start()
}