[Platform API] Clean-up some usages of Platform

Mostly unused imports. Also, in some places,
TargetPlatform/MultiTargetPlatform were just passed around without
actually using (e.g. in deserialization)
This commit is contained in:
Dmitry Savvinov
2019-02-27 11:51:26 +03:00
parent 7e1afdcd28
commit 83914614b9
16 changed files with 13 additions and 41 deletions
@@ -84,7 +84,4 @@ object JsResolverForModuleFactory : ResolverForModuleFactory() {
return ResolverForModule(packageFragmentProvider, container)
}
override val targetPlatform: TargetPlatform
get() = JsPlatform
}