Uses of Class
dagger.hilt.processor.internal.optionvalues.GradleProjectType
-
Packages that use GradleProjectType Package Description dagger.hilt.processor.internal dagger.hilt.processor.internal.optionvalues -
-
Uses of GradleProjectType in dagger.hilt.processor.internal
Methods in dagger.hilt.processor.internal that return GradleProjectType Modifier and Type Method Description static GradleProjectTypeHiltCompilerOptions. getGradleProjectType(androidx.room.compiler.processing.XProcessingEnv env)Returns project type or null if Hilt Gradle Plugin is not applied. -
Uses of GradleProjectType in dagger.hilt.processor.internal.optionvalues
Methods in dagger.hilt.processor.internal.optionvalues that return GradleProjectType Modifier and Type Method Description static GradleProjectTypeGradleProjectType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GradleProjectType[]GradleProjectType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-