Implement inter-project JS IC with Gradle
#KT-25025 fixed
This commit is contained in:
+2
-1
@@ -58,7 +58,8 @@ class ModulesApiHistoryAndroidTest {
|
||||
projectRoot = projectRoot,
|
||||
dirToModule = mapOf(appKotlinDestination to appEntry, libKotlinDestination to libEntry),
|
||||
nameToModules = mapOf("app" to setOf(appEntry), "lib" to setOf(libEntry)),
|
||||
jarToClassListFile = mapOf()
|
||||
jarToClassListFile = mapOf(),
|
||||
jarToModule = mapOf()
|
||||
)
|
||||
|
||||
androidHistory = ModulesApiHistoryAndroid(info)
|
||||
|
||||
Reference in New Issue
Block a user