Ovidiu Ionescu
11/04/2021, 8:42 PMsimon.vergauwen
11/04/2021, 9:02 PMDaniel Berg
11/04/2021, 9:12 PMOvidiu Ionescu
11/04/2021, 9:25 PMsimon.vergauwen
11/04/2021, 9:29 PM-jvm
.
<dependency>
<groupId>io.arrow-kt</groupId>
<artifactId>arrow-core-jvm</artifactId>
</dependency>
simon.vergauwen
11/04/2021, 9:29 PMraulraja
11/04/2021, 9:30 PMDaniel Berg
11/04/2021, 9:31 PMDaniel Berg
11/04/2021, 9:35 PMDaniel Berg
11/04/2021, 9:36 PM<dependencies>
<dependency>
<groupId>io.arrow-kt</groupId>
<artifactId>arrow-core-jvm</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Daniel Berg
11/04/2021, 9:36 PMDaniel Berg
11/04/2021, 9:36 PM<dependencies>
<dependency>
<groupId>io.arrow-kt</groupId>
<artifactId>arrow-continuations</artifactId>
<version>1.0.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.arrow-kt</groupId>
<artifactId>arrow-annotations</artifactId>
<version>1.0.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-annotations</artifactId>
<version>1.19</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-common</artifactId>
<version>1.5.31</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Ovidiu Ionescu
11/04/2021, 9:36 PMDaniel Berg
11/04/2021, 9:38 PM"io.arrow-kt:arrow-core:$arrowVersion"
with "io.arrow-kt:arrow-core-jvm:$arrowVersion"
raulraja
11/04/2021, 9:58 PMarrow-core
contains the commonMain metadata and IR stuff for each platform and the actual platform specific binaries or IRs live in the -jvm
, -whateverPlatform
raulraja
11/04/2021, 9:59 PMraulraja
11/04/2021, 10:00 PMraulraja
11/04/2021, 10:00 PMarrow-core
and gradle resolves the platform specific artifacts for each configured targetJavier
11/04/2021, 10:21 PM-jvm
too, that is strange, I will tryJavier
11/04/2021, 10:25 PMOvidiu Ionescu
11/05/2021, 11:41 AMthanh
11/05/2021, 11:52 AMJavier
11/05/2021, 12:24 PM