https://kotlinlang.org logo
Title
n

nikolaymetchev

12/14/2017, 8:53 PM
Has anyone tried the ivypot gradle plugin? https://github.com/ysb33r/ivypot-gradle-plugin I am getting the following error when I try and sync repos:
module not found: org.jetbrains.kotlin#kotlin-stdlib;${kotlin.version}
e

eskatos

12/15/2017, 9:17 AM
I just tried in a simple project and couldn’t reproduce A reproducer build would help understand what’s happening
n

nikolaymetchev

12/15/2017, 10:11 AM
I think this is probably not a bug in kotlin-gradle-dsl. It seems to be caused by the following dependency compile("org.jetbrains.kotlinx:kotlinx-html-jvm:0.6.8")
I will try and create a small reproducer and file a bug with the plugin itself.