Giorgi
12/24/2023, 5:21 PMCould not find :kotlin-native-prebuilt-linux-aarch64:1.9.22.
Giorgi
12/24/2023, 5:21 PMplugins {
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/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
hfhbd
12/25/2023, 10:33 PM