Vaibhav Jaiswal
07/25/2025, 9:56 AMcom.android.library
to the new com.android.kotlin.multiplatform.library
and all my kotest tests are now not detected when i run the test task
I renamed all my sourceSets from androidUnitTest
to androidHostTest
and instead of running testDebugUnitTest
now i'm running testAndroidHostTest
and its now not detecting any kotest test
I am also not able to add this
android.testOptions {
unitTests.all {
it.useJUnitPlatform()
}
}
in this new kmp android library plugin
Kotest - 5.9.1sam
07/28/2025, 6:03 AMVaibhav Jaiswal
07/28/2025, 6:06 AMandroidHostTest
and androidDeviceTest
sourcesetsVaibhav Jaiswal
07/28/2025, 6:07 AMsam
07/28/2025, 6:09 AMVaibhav Jaiswal
07/28/2025, 6:10 AMcom.android.library
plugin should still be usedsam
07/28/2025, 6:10 AMVaibhav Jaiswal
07/28/2025, 6:10 AMsam
07/28/2025, 6:11 AMVaibhav Jaiswal
07/29/2025, 6:14 AM