I'm getting errors: ``` | |/ / ___ ...
# kobalt
e
I'm getting errors:
Copy code
| |/ /   ___   | |__     __ _  | | | |_
           | ' /   / _ \  | '_ \   / _` | | | | __|
           | . \  | (_) | | |_) | | (_| | | | | |_
           |_|\_\  \___/  |_.__/   \__,_| |_|  \__|  1.0.100

Parallel build starting
     ╔═════════════════════╗
     ║ Building kobalt-ant ║
     ╚═════════════════════╝
───── kobalt-ant:compile
Downloaded artifact com.devcharly:kotlin-ant-dsl:pom:0.6 from JCenter (<https://jcenter.bintray.com/>, default, releases+snapshots)
Downloaded artifact org.apache.ant:ant:pom:1.10.1 from Maven (<http://repo1.maven.org/maven2/>, default, releases+snapshots)
Downloaded artifact org.apache.ant:ant-parent:pom:1.10.1 from Maven (<http://repo1.maven.org/maven2/>, default, releases+snapshots)
Downloaded artifact org.apache.ant:ant-launcher:pom:1.10.1 from Maven (<http://repo1.maven.org/maven2/>, default, releases+snapshots)
Downloaded artifact org.apache.ant:ant:jar:1.10.1 from Maven (<http://repo1.maven.org/maven2/>, default, releases+snapshots)
Downloaded artifact org.apache.ant:ant-launcher:jar:1.10.1 from Maven (<http://repo1.maven.org/maven2/>, default, releases+snapshots)
Downloaded artifact com.devcharly:kotlin-ant-dsl:jar:0.6 from JCenter (<https://jcenter.bintray.com/>, default, releases+snapshots)
  Kotlin 1.2.0 compiling 1 file
*****
***** ERROR warning: some JAR files in the classpath have the Kotlin Runtime library bundled into them. This may cause difficult to debug problems if there's a different version of the Kotlin Runtime library in the classpath. Consider removing these libraries from the classpath or use '-Xskip-runtime-version-check' to suppress this warning
       C:\Users\erik\.kobalt\cache\com\beust\kobalt-plugin-api\1.0.100\kobalt-plugin-api-1.0.100.jar: warning: library has Kotlin runtime bundled into it
       src\main\kotlin\com\devcharly\kobalt\plugin\ant\AntTaskPlugin.kt:19:18: error: unresolved reference: kobalt
       import com.beust.kobalt.IncrementalTaskInfo