anyone manage to get kotlin on arm64
# kotlin-native
r
anyone manage to get kotlin on arm64
j
iosArm64
and
macosArm64
, yes. Are you referring to
linuxArm64
(less common)?
e
Java 20/21 is not relevant
AArch64 is the official name for ARM64
r
ok so as it stands at this point there is still no precompiled pkg for it and it fails to compile /build .
and we re trapped as it is needed for a project we are divinginto
e
for now, cross-compile from another platform
j
You can build the
linuxArm64
target from a supported host system. It doesn't currently support building and running tests on a Linux AArch64 host though.
e
stop cluttering the channel
just add the
linuxArm64()
target to your
build.gradle(.kts)
and build on any supported host
c
keep the responses in the thread please
154 Views