thanos
12/07/2017, 12:49 PM./kobaltw compile
, when I try to run it from IDEA I get the following error:
Error occurred during initialization of boot layer
java.lang.module.ResolutionException: Modules kotlin.stdlib.jre8 and kotlin.stdlib export package kotlin.collections to module netty.common
My deps are the following:
"org.jetbrains.kotlin:kotlin-runtime:1.2.0",
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.2.0",
"io.ktor:ktor-server-core:0.9.1-alpha-8",
"io.ktor:ktor-server-netty:0.9.1-alpha-8"
Any ideas?