The jetified-kotlin-reflect version not the same as jetified-kotlin-stdlib

288 Views Asked by At

When I compile my project, the error message show that the version of kotlin-reflect outOfDate, but I can't find how to update it.

w: Runtime JAR files in the classpath should have the same version. These files were found in the classpath:
/home/.gradle/caches/transforms-2/files-2/XXX/jetified-kotlin-reflect-1.3.50.jar
/home/.gradle/caches/transforms-2/files-2/XXX/jetified-kotlin-stdlib-1.4.0.jar
0

There are 0 best solutions below