Fix NewMultiplatformKaptProjectImportingTest (KT-32974)
Fix test case when importing module per source set is not supported in Android Studio #KT-32974 Fixed
This commit is contained in:
+7
-2
@@ -37,8 +37,13 @@ class NewMultiplatformKaptProjectImportingTest : MultiplePluginVersionGradleImpo
|
||||
) {
|
||||
module("project")
|
||||
|
||||
module("project_main")
|
||||
module("project_test")
|
||||
// Importing module per source set is not supported in Android Studio
|
||||
if (KaptImportingTest().isAndroidStudio()) {
|
||||
module("project")
|
||||
} else {
|
||||
module("project_main")
|
||||
module("project_test")
|
||||
}
|
||||
|
||||
module("project_commonMain")
|
||||
module("project_commonTest") {
|
||||
|
||||
Reference in New Issue
Block a user