Hello, i’m trying to use my code done in kotlin na...
# kotlin-native
g
Hello, i’m trying to use my code done in kotlin native in my android project but without success. Android studio doesn’t let me import the classes even though they are kind of “there” but when i try to import nothing happens. The import reference is showing as
root
i’m running
./gradlew compileKonan
to generate the files with this setup in my
common
project:
Copy code
konanArtifacts {
    dynamic('common_android', targets: ['android_arm32' ,'android_arm64']) {
        srcDir './src/main/kotlin'
    }
}