[Commonizer] LibraryCommonizer: Allow passing dependencies for a shared target

This commit is contained in:
sebastian.sellmair
2021-03-22 15:32:05 +01:00
committed by Space
parent 096e715652
commit e44877f562
15 changed files with 78 additions and 61 deletions
@@ -0,0 +1,9 @@
/*
* Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package org.jetbrains.kotlin.commonizer
public typealias TargetDependent<T> = Map<CommonizerTarget, T>