MPP: Fix recognition of test source sets in Android projects
#KT-27212 Fixed
This commit is contained in:
@@ -58,6 +58,7 @@ class KotlinCompilationImpl(
|
||||
|
||||
override val isTestModule: Boolean
|
||||
get() = name == KotlinCompilation.TEST_COMPILATION_NAME
|
||||
|| platform == KotlinPlatform.ANDROID && name.contains("Test")
|
||||
|
||||
override fun toString() = name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user