Removed coroutines from client-holocore

This commit is contained in:
Obique PSWG
2019-10-09 01:30:00 -04:00
parent 1fb38ecf37
commit 42894ee7e1
2 changed files with 0 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ dependencies {
compile project(':pswgcommon')
compile group: 'me.joshlarson', name: 'jlcommon-network', version: '1.0.0'
compile group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib', version: '1.3.50'
compile group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.3.0'
testCompile 'junit:junit:4.12'
}

View File

@@ -4,7 +4,6 @@ module com.projectswg.holocore.client {
requires me.joshlarson.jlcommon.network;
requires com.projectswg.common;
requires kotlin.stdlib;
requires kotlinx.coroutines.core;
exports com.projectswg.holocore.client;
}