-
Hello! I am writing a Kotlin multiplatform mobile (KMM) application. However, adding this jar to my dependencies does not m ake it discoverable. Is there something special I have to do to support Kotlin/Gradle projects? The code I use to include the jar is kotlin {
sourceSets {
val commonMain by setting {
implementation("com.apicatalog:titanium-json-ld:1.3.2")
}
}
} |
Beta Was this translation helpful? Give feedback.
Answered by
filip26
Jul 24, 2023
Replies: 1 comment
-
Artefact |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
filip26
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Artefact
titanium-json-ld
requires Java 11. Trytitanium-json-ld-jre8
artefact.