Skip to content

Get GPS position with web or android target? #1133

Answered by quanticworld
quanticworld asked this question in Q&A
Discussion options

You must be logged in to vote

Actually I found a way to integrate KorGE with Android. Giving up on a multiplatform solution, I can simply develop an android application including KorGE by copying repository dependencies 👍

In settings.gradle, add korge dependency :

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        google()
        mavenCentral()
        maven {
            url "https://dl.bintray.com/korlibs/korlibs"
        }
    }
} 

then in build.gradle, add korge dependencies :


    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.20-Beta'
    implementation 'com.androi…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by quanticworld
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants