* refactor: Use Koin
An experiment, aims to ditch Injekt and replace it with Koin while providing Injekt API facade for extensions
* fix: Mimic "InjektScope"
* fix: Mimic more classes
Completely fixed source search
* refactor(deps): Use Injekt-Koin library
* fix(r8): Keep Koin
FileInputStream have a safeguard that prevent it from being closed twice, ArchiveInputStream doesn't have that.
Fixes GH-115
REF:
- Jsoup parse javadoc: "in: InputStream – input stream to read. The stream will be closed after reading"
* fix(deps): "String index out of range" compile error
REF: https://github.com/icerockdev/moko-resources/issues/732
* refactor(i18n): Simplify gradle
* refactor: Migrate i18n files to moko-resources
Also split plurals to their own files
* fix: Only use firebase on releases
* revert: Revert "fix: Only use firebase on releases"
This reverts commit e4f40b450a.
* ci: Just build standard release
* refactor: Fully migrate to Moko Resources for i18n
Epic fail, not sure what happened, but I am sure that I don't want to spend the rest of the day debugging no error crash, I'll just try again later. It is what it is, I guess...
* refactor: Modularize the project
* chore: Move okhttp stuff back to androidMain
OkHttp decided to cancel multiplatform plan on 5.0
REF: https://square.github.io/okhttp/changelogs/changelog/#version-500-alpha13
* feat: Start using moko for i18n
* fix: Solve some errors
* chore: Remove manga from domain module
We'll do this later
* fix: Duplicate error
* fix: Conflict function name error
* fix: Target SManga
* fix: Breaking changes after the split
* fix: Not enough heap memory
* chore: Update proguard rules
Sorta similar to upstream
* refactor: Fix namespace