bbaldino
11/17/2020, 6:10 PMRuntime JAR files in the classpath should have the same version
. Is it possible to depend on a 1.3 lib in a 1.4 project? Should I be setting the kotlin-stdlib dependencies in the 1.3 project to compile
scope or something?bbaldino
11/17/2020, 6:38 PMkotlin-stdlib-jdk8
and my project just had kotlin-stdlib
), but I'm still curious if there's anything I should to do ensure compatibility here.