Skip to content

v200.4.0 ArcGIS Maps SDK for Kotlin samples

Compare
Choose a tag to compare
@shubham7109 shubham7109 released this 11 Apr 16:14
· 17 commits to main since this release
6008ed1

Gradle DSL Implementation

// project level settings.gradle.kts
dependencyResolutionManagement {
    repositories {
        maven { url = uri("https://esri.jfrog.io/artifactory/arcgis") }
     }
}

// app level build.gradle.kts
dependencies {
    implementation("com.esri:arcgis-maps-kotlin:200.4.0")
}

Migrate from version 100.x to version 200.x

Visit the website doc for instructions to migrate to use the new ArcGIS Maps SDK for Kotlin

Change log:

Visit the release notes page for details about enhancements in the 200.4 release of ArcGIS Maps SDK for Kotlin.

Enhancements