Slide 8
Slide 8 text
Kotlin Budapest Meetup I 2024
Part of the build responsible for compiling, testing, and packaging a piece of software
targeting one of the supported platforms.
• Presets for supported platforms
Targets
Basics
kotlin {
applyDefaultHierarchyTemplate()
androidTarget()
iosX64(),
iosArm64(),
iosSimulatorArm64()
}