kfsm icon indicating copy to clipboard operation
kfsm copied to clipboard

Define dependency for `common` target

Open beretis opened this issue 1 year ago • 1 comments

I would like to use this library in common code, from what I saw in build.gradle, pretty much all platforms are supported. Would it be possible to introduce mavenPublication for common target? Thank you

beretis avatar Jul 11 '22 11:07 beretis

Let me check what went wrong

corneil avatar Jul 11 '22 11:07 corneil

The kfsm dependency you find here https://repo1.maven.org/maven2/io/jumpco/open/kfsm/1.6.0/ is the common one. kfsm-jvm is the java specific one. So you common code should depend on io.jumpco.open:kfsm:1.6.0

corneil avatar Sep 03 '22 08:09 corneil