Julian Pellico
02/12/2025, 3:50 AMcommonTest, build of Android source is performed with compileDebugKotlinAndroid etc. when selecting 'Android' as the execution platform. Is there a reason for this? As far as I understand, code in commonTest doesn't need androidDebug or androidMain. Is it possible to eliminate Android source compilation in this case?Alexandru Caraus
02/12/2025, 6:50 AMstreetsofboston
02/12/2025, 2:47 PMcommonMain is not a run target. The tests there are run as part of concrete targets that can be run, such as android, ios, etc.