apply plugin: "kotlin" apply plugin: "java" dependencies { implementation project(':mirai-core') compile files('./lib/jpcap.jar') compile rootProject.ext.coroutineCommon compile rootProject.ext.kotlinJvm compile rootProject.ext.kotlinxIOJvm } tasks.withType(JavaCompile) { options.encoding = "UTF-8" }