Vincent Chen
09/02/2019, 3:17 PMDominaezzz
09/02/2019, 3:20 PMDominaezzz
09/02/2019, 3:21 PMVincent Chen
09/02/2019, 3:29 PMDominaezzz
09/02/2019, 3:31 PMVincent Chen
09/02/2019, 3:57 PMDominaezzz
09/02/2019, 5:31 PMVincent Chen
09/03/2019, 8:19 AMCould not find method androidNativeX64() for arguments
I add androidNativeX64 to gradle, but got error.Vincent Chen
09/03/2019, 8:24 AMVincent Chen
09/03/2019, 8:24 AMplugins {
id 'org.jetbrains.kotlin.multiplatform' version '1.3.50'
}
Vincent Chen
09/03/2019, 9:50 AMmsink
09/03/2019, 10:49 AMkotlin-eap
blog, but replace eap to devVincent Chen
09/03/2019, 4:43 PM// Use dev Kotlin
buildscript {
repositories {
maven {
url '<https://dl.bintray.com/kotlin/kotlin-dev>'
}
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.60-dev-1751"
}
}
plugins {
id 'org.jetbrains.kotlin.multiplatform' version '1.3.50'
}
repositories {
// Use dev Kotlin
maven {
url '<https://dl.bintray.com/kotlin/kotlin-dev>'
}
mavenCentral()
}
But I Got Error
Task :compileKotlinAndroidNativeX64 FAILED
e: org.jetbrains.kotlin.konan.target.TargetSupportException: Unknown target: android_x64. Use -list_targets to see the list of available targets
and why is “kotlin-native-macos-1.3.50-dev-11052” downloaded to .konan??