My goal is to make a Kotlin Multiplatform module for Android and iOS. It is being built using Gradle as a dependency of an Android app on Windows. When only Android is a target it builds just fine, but if any native targets are added it fails: Could not resolve all dependencies ...
Java Thread & Native Thread 定位native crash ● 拿到crash的地址符号 ● 拿到对应的so ● 还原native堆栈调用行:在/Users/darrenyuan/Library/Android/sdk/ndk/android-ndk-r12b/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/bin 目录下执行 arm-linux-androideabi-addr2line –e XXXX.so pc地...
I actually want to use a prebuilt shared library and not a .jar because I want my code to be obfuscated.I've managed to make my Kotlin/Native library work in my Android application using JNI and a lot of trial and error. The thing is I've only made a very simple ...
Kotlin/Native infrastructure. Contribute to touchlab-lab/kotlin-native development by creating an account on GitHub.
sourceSets{main{jniLibs.srcDirs=['../prebuiltLibrary/build/libs']}} 构建步骤如下: 1.安装 Kotlin Native编译器,当然你也可以自己编译。把编译器的路径(包含 konan 命令的目录)添加到 $PATH。 2.运行以下命令得到 Kotlin Native 编译好的依赖:
Cancel Create saved search Sign in Sign up {{ message }} conwnet / kotlin-native Public forked from JetBrains/kotlin-native Notifications You must be signed in to change notification settings Fork 0 Star 0 Code Pull requests Actions ...
dependsOn 'bundleRegular', 'bundlePrebuilt' } task bundleRegular(type: (isWindows()) ? Zip : Tar) { def simpleOsName = HostManager.simpleOsName() archiveBaseName.set("kotlin-native-$simpleOsName-$konanVersionFull") from("$project.rootDir/dist") { include '**' exclude 'dependenc...
13、 kotlin-native-prebuilt-windows-x86_64-2.0.0-RC3.zip 168.92MB 14、 kotlin-native-prebuilt-windows-x86_64-2.0.0-RC3.zip.sha256 64B 15、 kotlin-native-prebuilt-windows-x86_64-2.0.0-RC3.spdx.json 437B 16、 maven-2.0.0-RC3-sha256.txt 145.56KB ...
KT-52483Sign native prebuilt tars Tools. Incremental Compile KT-61137Incremental scripting compilation fails with 2.0 KT-65943Incorrect scopeFqName recorded in LookupTracker Tools. Kapt KT-66773KAPT: Generated stubs cannot access annotations from other module ...
Required by: project :kmmmodule > Could not resolve :kotlin-native-prebuilt-linux-x86_64:1.8.10. > Could not get resource 'https://download.jetbrains.com/kotlin/native/builds/releases/1.8.10/linux-x86_64/kotlin-native-prebuilt-linux-x86_64-1.8.10.tar.gz'. 18 actionabl...