Skip to content

Is there any plan for androidArm64? #2083

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
RitwikSaikia opened this issue Jun 5, 2020 · 1 comment
Closed

Is there any plan for androidArm64? #2083

RitwikSaikia opened this issue Jun 5, 2020 · 1 comment

Comments

@RitwikSaikia
Copy link

https://github.com/Kotlin/kotlinx.coroutines/blob/1.3.7/gradle/compile-native-multiplatform.gradle#L20

targets {
        if (project.ext.ideaActive) {
            fromPreset(project.ext.ideaPreset, 'native')
        } else {
            addTarget(presets.linuxX64)
            addTarget(presets.iosArm64)
            addTarget(presets.iosArm32)
            addTarget(presets.iosX64)
            addTarget(presets.macosX64)
            addTarget(presets.mingwX64)
            addTarget(presets.tvosArm64)
            addTarget(presets.tvosX64)
            addTarget(presets.watchosArm32)
            addTarget(presets.watchosArm64)
            addTarget(presets.watchosX86)
        }
    }
@elizarov
Copy link
Contributor

This is a duplicate of #855. Please, follow up there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants