Open raonsama opened 1 month ago
./gradlew installDevDebug
It should be when downloading dependencies should run successfully.
When downloading dependencies one of the libraries was not found injekt-core = "com.github.inorichi.injekt:injekt-core:65b0440"
injekt-core = "com.github.inorichi.injekt:injekt-core:65b0440"
After changing the library to the original author, everything worked fine. injekt-core = "uy.kohesive.injekt:injekt-core:1.16.1"
injekt-core = "uy.kohesive.injekt:injekt-core:1.16.1"
No response
Main Branch
Android 14
Samsung
Should i make a PR for that?
mihon has replaced the library with this
Steps to reproduce
./gradlew installDevDebug
Expected behavior
It should be when downloading dependencies should run successfully.
Actual behavior
When downloading dependencies one of the libraries was not found
injekt-core = "com.github.inorichi.injekt:injekt-core:65b0440"
After changing the library to the original author, everything worked fine.
injekt-core = "uy.kohesive.injekt:injekt-core:1.16.1"
Crash logs
No response
Aniyomi version
Main Branch
Android version
Android 14
Device
Samsung
Other details
No response
Acknowledgements