We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0d06a commit 29dcfb4Copy full SHA for 29dcfb4
lib/build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
}
9
10
group = "org.rationalityfrontline.ktrader"
11
-version = "1.1.0"
+version = "1.1.1"
12
val NAME = "ktrader-broker-api"
13
val DESC = "KTrader Broker API"
14
val GITHUB_REPO = "ktrader-tech/ktrader-broker-api"
lib/src/main/kotlin/module-info.java
@@ -1,7 +1,7 @@
1
module ktrader.broker.api {
2
- requires kotlin.stdlib;
3
- requires static org.pf4j;
+ requires transitive kotlin.stdlib;
4
requires transitive kevent;
+ requires static org.pf4j;
5
6
exports org.rationalityfrontline.ktrader.broker.api;
7
0 commit comments