my gradle build breaks in really strange ways when...
# eap
c
my gradle build breaks in really strange ways when i upgrade to the eap. it seems that gradle keeps downgrading some kotlin libs to 1.3.10. (which seems to be a transient dependency of one of my dependencies) and then the build fails because the asm version is too low
to reproduce just run ./gradlew check in this branch: https://github.com/christophsturm/randolf/tree/christoph/kotlin/1-3-2
it seems the root cause has to do with gradle and not the eap, so n/m
l
Did you report it or found a workaround?
a
There is a known bug about the ASM version: https://youtrack.jetbrains.com/issue/KT-28798