-
public class KspGradleSubplugin.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringKSP_MAIN_CONFIGURATION_NAMEprivate final StringKSP_ARTIFACT_NAMEprivate final StringKSP_ARTIFACT_NAME_NATIVEprivate final StringKSP_PLUGIN_IDpublic final static KspGradleSubplugin.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final FilegetKspOutputDir(Project project, String sourceSetName, String target)final FilegetKspClassOutputDir(Project project, String sourceSetName, String target)final FilegetKspJavaOutputDir(Project project, String sourceSetName, String target)final FilegetKspKotlinOutputDir(Project project, String sourceSetName, String target)final FilegetKspResourceOutputDir(Project project, String sourceSetName, String target)final FilegetKspCachesDir(Project project, String sourceSetName, String target)final StringgetKSP_MAIN_CONFIGURATION_NAME()final StringgetKSP_ARTIFACT_NAME()final StringgetKSP_ARTIFACT_NAME_NATIVE()final StringgetKSP_PLUGIN_ID()-
-
Method Detail
-
getKspOutputDir
final File getKspOutputDir(Project project, String sourceSetName, String target)
-
getKspClassOutputDir
final File getKspClassOutputDir(Project project, String sourceSetName, String target)
-
getKspJavaOutputDir
final File getKspJavaOutputDir(Project project, String sourceSetName, String target)
-
getKspKotlinOutputDir
final File getKspKotlinOutputDir(Project project, String sourceSetName, String target)
-
getKspResourceOutputDir
final File getKspResourceOutputDir(Project project, String sourceSetName, String target)
-
getKspCachesDir
final File getKspCachesDir(Project project, String sourceSetName, String target)
-
getKSP_MAIN_CONFIGURATION_NAME
final String getKSP_MAIN_CONFIGURATION_NAME()
-
getKSP_ARTIFACT_NAME
final String getKSP_ARTIFACT_NAME()
-
getKSP_ARTIFACT_NAME_NATIVE
final String getKSP_ARTIFACT_NAME_NATIVE()
-
getKSP_PLUGIN_ID
final String getKSP_PLUGIN_ID()
-
-
-
-