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.kotlinxkotlinx html jvm0.6.8")
nikolaymetchev
12/15/2017, 10:11 AM
I will try and create a small reproducer and file a bug with the plugin itself.