William Reed
08/09/2021, 1:43 PMIncompatible because this component declares an API of a component compatible with Java 16 and the consumer needed a runtime of a component compatible with Java 11
any other suggestions to try?mbonnin
08/09/2021, 1:45 PMgradle-kotlin-buildozer
really requires Java16 ?mbonnin
08/09/2021, 1:46 PMWilliam Reed
08/09/2021, 1:46 PMjava {
toolchain {
languageVersion.set(JavaLanguageVersion.of(16))
}
}
not sure why thoughWilliam Reed
08/09/2021, 1:46 PMmbonnin
08/09/2021, 1:48 PMmbonnin
08/09/2021, 1:49 PMmbonnin
08/09/2021, 1:49 PMWilliam Reed
08/09/2021, 1:50 PMWilliam Reed
08/09/2021, 1:53 PMVampire
08/09/2021, 2:28 PMmbonnin
08/09/2021, 2:33 PMVampire
08/09/2021, 2:34 PMmbonnin
08/09/2021, 2:35 PM<https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin|dependency-analysis-android-gradle-plugin>
. I was expecting this one too much 🙂William Reed
08/09/2021, 2:35 PMVampire
08/09/2021, 2:36 PMgradle-dependency-analzye
and gradle-kotlin-buildozer
even Android optimized?
Their readmes don't mention it while Tony explicitly states support.
Could be red herring though of course 🙂