Why do I get a version conflict: ```Error:A confli...
# gradle
x
Why do I get a version conflict:
Copy code
Error:A conflict was found between the following modules:
 - org.jetbrains.kotlin:kotlin-stdlib:1.1.51
 - org.jetbrains.kotlin:kotlin-stdlib:1.1.3-2
...as soon as
failOnVersionConflict()
is not commented out? I'm using
gradle-4.3-all
.