fixup! Fix 'commonMain cant depend on androidInstrumentedTest' test
This commit is contained in:
committed by
Space Team
parent
deb4ed5e39
commit
4a66279f00
+2
-2
@@ -140,8 +140,8 @@ class KotlinSourceSetTreeDependsOnMismatchTest {
|
||||
|
||||
@Test
|
||||
fun `commonMain cant depend on androidInstrumentedTest`() = checkSingleBadSourceSetDependency(
|
||||
dependent = "androidInstrumentedTest",
|
||||
dependency = "commonMain"
|
||||
dependent = "commonMain",
|
||||
dependency = "androidInstrumentedTest"
|
||||
)
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user