Updated JPMS to use new coroutine jpms module

master
Robinson 2023-06-07 22:42:29 +02:00
parent 751fa3de30
commit c1c1b4f4ea
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ module dorkbox.objectpool {
requires transitive com.conversantmedia.disruptor;
requires transitive kotlinx.coroutines.core.jvm;
requires transitive kotlinx.coroutines.core;
requires transitive kotlin.stdlib;
}