Now using coroutines in ThreadedModule.
This commit is contained in:
parent
f4c6bf48fa
commit
25a0850b71
5 changed files with 20 additions and 10 deletions
|
@ -2,7 +2,7 @@ plugins {
|
|||
id 'application'
|
||||
id 'com.github.ben-manes.versions' version '0.39.0'
|
||||
id 'idea'
|
||||
id 'io.gitlab.arturbosch.detekt' version '1.18.0'
|
||||
id 'io.gitlab.arturbosch.detekt' version '1.18.1'
|
||||
id 'jacoco'
|
||||
id 'java'
|
||||
id 'net.thauvin.erik.gradle.semver' version '1.0.4'
|
||||
|
@ -39,7 +39,7 @@ dependencies {
|
|||
compileOnly 'pircbot:pircbot:1.5.0:sources'
|
||||
|
||||
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2'
|
||||
|
||||
implementation "org.apache.logging.log4j:log4j-api:$versions.log4j"
|
||||
implementation "org.apache.logging.log4j:log4j-core:$versions.log4j"
|
||||
|
@ -97,6 +97,7 @@ kotlin {
|
|||
}
|
||||
|
||||
kapt {
|
||||
includeCompileClasspath = false
|
||||
arguments {
|
||||
arg('semver.project.dir', projectDir)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue