This message was deleted.
# community-support
s
This message was deleted.
e
Android doesn't support using Gradle toolchains, https://issuetracker.google.com/issues/194113162
(in general, whenever you see an announcement about a new Gradle feature, don't expect it to apply to Android projects. test/jacoco aggregate reports don't work with Android either, test fixtures are still incomplete, etc.)
l
ok thanks. Some stupid question: I guess I know the answer but I'm not sure. Why are the
sourceCompatibility
and
targetCompatibility
properties required? Is it for android code because the
compileJavaWithJavac
task relies on it to compile android to java code?
j
They are gone in Kotlin 1.7.0
l
Do you have a source for this info @Javi
j
Kotlinlang and myself. Add Kotlin 1.7.0 to the classpath and you will get the fail that those properties don't exist
👍 1