api / org.gradle.nativeplatform.platform / NativePlatform / architecture

architecture

abstract fun architecture(name: String): Unit

Sets the cpu architecture being targeted.

The architecture is provided as a string name, which is translated into one of the supported architecture types.

See Also
Architecture