[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:
@@ -84,7 +84,4 @@ object JsResolverForModuleFactory : ResolverForModuleFactory() {
|
||||
|
||||
return ResolverForModule(packageFragmentProvider, container)
|
||||
}
|
||||
|
||||
override val targetPlatform: TargetPlatform
|
||||
get() = JsPlatform
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user