-
- All Implemented Interfaces:
public interface ExternalKotlinTargetDescriptor<T extends DecoratedExternalKotlinTarget>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceExternalKotlinTargetDescriptor.TargetFactory
-
Method Summary
Modifier and Type Method Description abstract StringgetTargetName()abstract KotlinPlatformTypegetPlatformType()abstract ExternalKotlinTargetDescriptor.TargetFactory<T>getTargetFactory()abstract Function1<T, Unit>getConfigure()-
-
Method Detail
-
getTargetName
abstract String getTargetName()
-
getPlatformType
abstract KotlinPlatformType getPlatformType()
-
getTargetFactory
abstract ExternalKotlinTargetDescriptor.TargetFactory<T> getTargetFactory()
-
getConfigure
abstract Function1<T, Unit> getConfigure()
-
-
-
-