Implement inter-project JS IC with Gradle

#KT-25025 fixed
This commit is contained in:
Alexey Tsvetkov
2018-07-10 15:18:32 +03:00
parent 02af631e14
commit 30f3622b27
30 changed files with 408 additions and 271 deletions
@@ -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)