Has anyone tried the ivypot gradle plugin? <https:...
# gradle
n
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
I just tried in a simple project and couldn’t reproduce A reproducer build would help understand what’s happening
n
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")
I will try and create a small reproducer and file a bug with the plugin itself.