-
- All Implemented Interfaces:
-
org.jetbrains.kotlin.gradle.plugin.mpp.pm20.GradleKpmCompilationData
public interface GradleKpmNativeCompilationData<T extends KotlinCommonOptions> implements GradleKpmCompilationData<T>
-
-
Method Summary
Modifier and Type Method Description abstract KonanTargetgetKonanTarget()abstract BooleangetEnableEndorsedLibs()-
Methods inherited from class org.jetbrains.kotlin.gradle.plugin.mpp.pm20.GradleKpmCompilationData
getCompilationClassifier, getCompilationPurpose, getCompileAllTaskName, getCompileDependencyFiles, getCompileKotlinTaskName, getCompilerOptions, getFriendPaths, getKotlinOptions, getKotlinSourceDirectoriesByFragmentName, getLanguageSettings, getModuleName, getOutput, getOwner, getPlatformType, getProject -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getKonanTarget
abstract KonanTarget getKonanTarget()
-
getEnableEndorsedLibs
abstract Boolean getEnableEndorsedLibs()
-
-
-
-