[Native] Fix code to make it compilable with K2
Check KT-54663 for details
This commit is contained in:
committed by
Space Team
parent
6bc952adff
commit
f2cc5310b9
+1
-1
@@ -48,7 +48,7 @@ import org.gradle.kotlin.dsl.getByType
|
|||||||
*/
|
*/
|
||||||
// TODO: Consider splitting out interface and the default implementation. Plugins will inherit from the interface via delegation to the implementation.
|
// TODO: Consider splitting out interface and the default implementation. Plugins will inherit from the interface via delegation to the implementation.
|
||||||
// TODO: Consider implementing everything from `NamedDomainObjectContainer` but keyed on a target instead of a name.
|
// TODO: Consider implementing everything from `NamedDomainObjectContainer` but keyed on a target instead of a name.
|
||||||
open class TargetDomainObjectContainer<T> constructor(
|
open class TargetDomainObjectContainer<T : Any> constructor(
|
||||||
private val providerFactory: ProviderFactory,
|
private val providerFactory: ProviderFactory,
|
||||||
private val platformManager: PlatformManager,
|
private val platformManager: PlatformManager,
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user