cafonsomota
12/15/2020, 11:39 AMw: Consider providing an explicit dependency on kotlin-reflect 1.4 to prevent strange errors
w: Some runtime JAR files in the classpath have an incompatible version. Consider removing them from the classpath
It seems kotlin-reflect is being used by android lint which is causing this error. I’ve already tried to:
• declare the right version of kotlin-reflect
• resolve it 1.4.21 via resolutionStrategy
But the error persists. Any suggestion on how I can fix it? Thank you 🙂christophsturm
12/15/2020, 11:45 AMimplementation(enforcedPlatform("org.jetbrains.kotlin:kotlin-bom:$kotlinVersion"))
Javier
12/15/2020, 1:27 PMJavier
12/15/2020, 1:27 PMcafonsomota
12/15/2020, 2:01 PMcafonsomota
12/15/2020, 2:03 PM