MVN

io.realm.kotlin : cinterop-android

Maven & Gradle

Mar 16, 2023
3 usages

C Interop · Wrapper for interacting with Realm Kotlin native code. This artifact is not supposed to be consumed directly, but through 'io.realm.kotlin:gradle-plugin:1.7.0' instead.

<dependency>
    <groupId>io.realm.kotlin</groupId>
    <artifactId>cinterop-android</artifactId>
    <version>1.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.realm.kotlin : cinterop-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0

All Versions

Choose a version of io.realm.kotlin : cinterop-android to add to Maven or Gradle - All Versions:

  • Version Updated
  • cinterop-android-1.7.0

    Mar 16, 2023
  • cinterop-android-1.6.2

    Mar 14, 2023
  • cinterop-android-1.6.1

    Feb 02, 2023
  • cinterop-android-1.6.0

    Jan 25, 2023
  • cinterop-android-1.5.2

    Jan 10, 2023
  • cinterop-android-1.5.1

    Dec 12, 2022
  • cinterop-android-1.5.0

    Nov 11, 2022
  • cinterop-android-1.4.0

    Oct 17, 2022
  • cinterop-android-1.3.0

    Oct 10, 2022
  • cinterop-android-1.2.0

    Sep 30, 2022
  • cinterop-android-1.1.0

    Aug 23, 2022
  • cinterop-android-1.0.2

    Aug 07, 2022
  • cinterop-android-1.0.1

    Jul 07, 2022
  • cinterop-android-1.0.0

    Jun 07, 2022
  • cinterop-android-0.11.1

    May 05, 2022
  • cinterop-android-0.11.0

    Apr 29, 2022
  • cinterop-android-0.10.2

    Apr 01, 2022
  • cinterop-android-0.10.1

    Mar 24, 2022
  • cinterop-android-0.10.0

    Mar 04, 2022
  • cinterop-android-0.9.0

    Jan 28, 2022
  • cinterop-android-0.8.2

    Jan 20, 2022
  • cinterop-android-0.8.1

    Jan 18, 2022
  • cinterop-android-0.8.0

    Dec 17, 2021
  • cinterop-android-0.7.0

    Nov 01, 2021
  • cinterop-android-0.6.0

    Oct 15, 2021
  • cinterop-android-0.5.0

    Aug 20, 2021
  • cinterop-android-0.4.1

    Jul 16, 2021
  • cinterop-android-0.4.0

    Jul 13, 2021
  • cinterop-android-0.3.2

    Jul 06, 2021
  • cinterop-android-0.3.1

    Jul 02, 2021
  • cinterop-android-0.3.0

    Jul 01, 2021
  • cinterop-android-0.2.0

    Jun 10, 2021
  • cinterop-android-0.1.0

    May 11, 2021

How to add a dependency to Maven

Add the following io.realm.kotlin : cinterop-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.realm.kotlin</groupId>
    <artifactId>cinterop-android</artifactId>
    <version>1.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.realm.kotlin : cinterop-android gradle dependency to your build.gradle file:

implementation 'io.realm.kotlin:cinterop-android:1.7.0'

Gradle Kotlin DSL: Add the following io.realm.kotlin : cinterop-android gradle kotlin dependency to your build.gradle.kts file:

implementation("io.realm.kotlin:cinterop-android:1.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.realm.kotlin : cinterop-android sbt scala dependency to your build.sbt file:

libraryDependencies += "io.realm.kotlin" % "cinterop-android" % "1.7.0"