./gradlew build
to compile for all targets../gradlew iosX64Binaries
for iOS../gradlew androidDebug
for Android../gradlew installDebug
for Android.commonTest
source set to ensure cross-platform compatibility.androidTest
and iosTest
where necessary.kotlin.test
framework for common tests and JUnit for Android tests.commonMain
.androidMain
and iosMain
.