1.) the Readme is missing git submodule update --init --recursive so it clones all the submodules
2.) i updated the java version to 11 because debian buster doesnt support 1.8 anymore
3.) after script/build.sh i get following error
`> Task :AndroidCompat:classes
What went wrong:
Execution failed for task ':Tachiyomi-App:compileKotlin'.
Compilation error. See log for more details
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
1.) the Readme is missing
git submodule update --init --recursive
so it clones all the submodules 2.) i updated the java version to 11 because debian buster doesnt support 1.8 anymore 3.) after script/build.sh i get following error `> Task :AndroidCompat:classesFAILURE: Build failed with an exception.
What went wrong: Execution failed for task ':Tachiyomi-App:compileKotlin'.
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 2m 59s `
here is a full log file of scripts/build.sh https://pastebin.com/6uD132gZ