linuxArm64Test

Static accessor for the test Kotlin Source Set of linuxArm64 target. Declare linuxArm64 target to access this source set. If linuxArm64 target wasn't declared, accessing this source set will cause a runtime error during configuration time.

Sample:

kotlin {
linuxArm64() // Target is declared, linuxArm64Test source set is created

sourceSets {
linuxArm64Test.dependencies {
// Add linuxArm64Test dependencies here
}
}
}

Since

2.0.20