ok what I found is the koin-test is a transitive dependency wich supports multiplatform,
via org.jetbrains.kotlin.multiplatform plugin this koin-test uses the kotlin block to declare the jvm target, and this seems by default at language level 11.
This forces us to upgrade to AGP 7, because data binding on AGP 4.2 doesn't seem to be compatible with java 11.