aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-15Fixes EarlyEntryPoint for Soong builds am: f96a584f97tmp_amf_298295554Chris Poultney
2023-09-14Fixes EarlyEntryPoint for Soong buildsChris Poultney
2023-08-14Merge Android U (ab/10368041)Xin Li
2023-08-08Upgrade dagger2 to dagger-2.47 am: 2338926e05Colin Cross
2023-08-03Upgrade dagger2 to dagger-2.47Colin Cross
2023-07-12Release `dagger.ignoreProvisionKeyWildcards` flag.Brad Corso
2023-07-11Warn about @JvmSuppressWildcards.Wanying Ding
2023-07-11Update Dagger's XProcessing jars.Daniel Santiago
2023-07-10Implement isSubsignature() with XProcessing APIKuan-Ying Chou
2023-07-06Update `KotlinMetadataUtil` to only dedupe annotations that match the class n...Brad Corso
2023-06-30Update ActivityGeneratorTest to use HiltCompilerTests and GoldenFileRule.Wanying Ding
2023-06-30Include KSP configurations in hiltJavaCompile task.Daniel Santiago
2023-06-30Mark `enableTransformForLocalTests` from the Gradle plugin options as depreca...Daniel Santiago
2023-06-29Migrated mutable*Of().apply pattern to the build APIs and opt-in to those std...Daniel Santiago
2023-06-28Update Hilt Android Gradle plugin for KSP support.Daniel Santiago
2023-06-28Generate the META-INF/services files for KSP providers.Daniel Santiago
2023-06-28Enforce minimum supported AGP version.Daniel Santiago
2023-06-28Migrate ViewModelValidationPlugin to new SPI plugin model (dagger.spi.model.*)Daniel Santiago
2023-06-27Remove the new line after `[Hilt]` in Hilt's error messages.Brad Corso
2023-06-27Update kotlinx-metadata-jvm to 0.6.2Daniel Santiago
2023-06-27Add KspGeneratesRootInputProcessor and enable KSP backend for GeneratesRootIn...Wanying Ding
2023-06-27Add `KspComponentTreeDepsProcessor` and `KspRootProcessor`Daniel Santiago
2023-06-26Add `KspUninstallModulesProcessor` and enable KSP backend for UninstallModule...Daniel Santiago
2023-06-26Add `KspCustomTestApplicationProcessor` and enable KSP backend for CustomTest...Daniel Santiago
2023-06-26Add KspDefineComponentProcessor and add it to HiltCompilerTests.Brad Corso
2023-06-26Add KspOriginatingElementProcessor and enable KSP backend for OriginatingElem...Wanying Ding
2023-06-26Add `KspEarlyEntryPointProcessor`Daniel Santiago
2023-06-26Add `KspBindValueProcessor` and enable KSP backend for BindValueErrorsTestKuan-Ying Chou
2023-06-26Add `KspViewModelProcessor` and enable KSP backend for ViewModelProcessorTestKuan-Ying Chou
2023-06-23Add KspAggregatedDepsProcessor and enable KSP backend for AggregatedDepsProce...Kuan-Ying Chou
2023-06-23Add `KspDiableInstallCheckProcessor` and enable KSP backend for DisableInstal...Daniel Santiago
2023-06-22Add KspAliasOfProcessor and add it to HiltCompilerTests.Brad Corso
2023-06-22Add `KspAndroidEntryPointProcessor` and enable KSP in HiltCompilerTests.Brad Corso
2023-06-22The change XAnnotations.getAnnotationSpec to skip default values of the annot...Wanying Ding
2023-06-21Fix issue in XAnnotations#toStableString() for missing annotation imports.Brad Corso
2023-06-20Throws an exception for kapt generated modules that were private in kotlin so...Wanying Ding
2023-06-20Migrate the remaining Hilt processors to BaseProcessingStep and remove BasePr...Kuan-Ying Chou
2023-06-16Throws an exception for kapt generated modules that were private in kotlin so...Dagger Team
2023-06-16Throws an exception for kapt generated modules that were private in kotlin so...Wanying Ding
2023-06-15Increase time out for Android Emulator Test on API 30.Wanying Ding
2023-06-15Migrate RootProcessor to XProcessingStepKuan-Ying Chou
2023-06-15Internal chagnesKuan-Ying Chou
2023-06-15Migrate KotlinMetadata, KotlinMetadataUtil, and KotlinMetadataFactoryKuan-Ying Chou
2023-06-14Do not validate types within companion object of a @Component annotated inter...Wanying Ding
2023-06-13Roll forward of https://github.com/google/dagger/commit/c2b46bc02a008ad88566d...Kuan-Ying Chou
2023-06-12Migrate the remaining Hilt processors to XProcessingStepKuan-Ying Chou
2023-06-12Migrate the remaining Hilt processors to XProcessingStepKuan-Ying Chou
2023-06-09Internal changeDagger Team
2023-06-07Update Dagger's XProcessing jars.Kuan-Ying Chou
2023-06-02Add constant for @ElementsIntoSet in ClassNamesDagger Team