-
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)final FilegetKspClassOutputDir(Project project, String sourceSetName)final FilegetKspJavaOutputDir(Project project, String sourceSetName)final FilegetKspKotlinOutputDir(Project project, String sourceSetName)final FilegetKspResourceOutputDir(Project project, String sourceSetName)final FilegetKspCachesDir(Project project, String sourceSetName)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)
-
getKspClassOutputDir
final File getKspClassOutputDir(Project project, String sourceSetName)
-
getKspJavaOutputDir
final File getKspJavaOutputDir(Project project, String sourceSetName)
-
getKspKotlinOutputDir
final File getKspKotlinOutputDir(Project project, String sourceSetName)
-
getKspResourceOutputDir
final File getKspResourceOutputDir(Project project, String sourceSetName)
-
getKspCachesDir
final File getKspCachesDir(Project project, String sourceSetName)
-
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()
-
-
-
-