mirror of
https://bitbucket.org/projectswg/client-holocore.git
synced 2026-01-15 22:04:32 -05:00
Removed coroutines from client-holocore
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user