Hi, Im trying to build a native project with Fleet remote development via SSH on Raspberry Pi. Currently stuck at project sync, it says
Could not find :kotlin-native-prebuilt-linux-aarch64:1.9.22.
Giorgi
12/24/2023, 5:21 PM
Here is the build file
Copy code
plugins {
kotlin("multiplatform") version "1.9.21"
}
group = "org.example"
version = "1.0-SNAPSHOT"
repositories {
mavenCentral()
}
kotlin {
jvmToolchain(17)
linuxArm64()
}
Giorgi
12/24/2023, 5:22 PM
It works on MacOS but fails on Raspberry Pi. Full logs:
Copy code
/home/shalva/Documents/Fleet-projects/build.gradle.kts:14: Build file '/home/shalva/Documents/Fleet-projects/build.gradle.kts' line: 14
Could not resolve all files for configuration ':detachedConfiguration1'.
> Could not find :kotlin-native-prebuilt-linux-aarch64:1.9.22.
Searched in the following locations:
- <https://download.jetbrains.com/kotlin/native/builds/releases/1.9.22/linux-aarch64/kotlin-native-prebuilt-linux-aarch64-1.9.22.tar.gz>
Required by:
project :
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at <https://help.gradle.org>.
BUILD FAILED in 4m 17s