jonathan
02/10/2018, 8:06 PMdependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
}
...which I didn't have to do before, since the Kotlin plugin added the version automatically. Is there a way to include the implicit version from the plugin when uploading, or does it need to be explicit (like this)?gildor
02/11/2018, 3:49 AMjonathan
02/11/2018, 4:35 AMjonathan
02/11/2018, 5:05 AMbuild.gradle
currently looks like - https://gist.github.com/jdkula/bd2bcd759a40156c66c3a83a45c9b76bgildor
02/11/2018, 5:13 AMgildor
02/11/2018, 5:15 AMjonathan
02/11/2018, 5:43 AMjonathan
02/11/2018, 5:43 AMgildor
02/11/2018, 6:02 AMgildor
02/11/2018, 6:02 AMjonathan
02/11/2018, 6:44 AM