Slackbot
07/25/2022, 2:26 AMdaniel
07/29/2022, 1:19 PMmodel
block which is not available under Kotlin DSL. It's mounted as an extension on the project so it may work, we would have to try it.
As for the cross-compilation, the newer core plugins (Gradle) dont have full support to map toolChains
target to library
target machine. Using the Nokee plugins, the target machine is mapped to the toolChains target using as a concat of the name of the os family followed by architecture name. So Linux aarch64 would be linuxaarch64
.Martmists
07/29/2022, 1:22 PMnxaarch64
or horizonaarch64
?daniel
07/29/2022, 1:28 PMtarget
need to be specific. The executable name can be anything.daniel
07/29/2022, 1:31 PM