https://kotlinlang.org logo
#dagger
Title
# dagger
d

dave08

11/08/2023, 4:19 PM
Has anyone succeeded in updating Dagger from 2.46.1 to 2.48.1 (using kapt NOT ksp...) without getting an error like this (maybe it's because I'm using a gradle composite build with multiple modules in each project?):
Copy code
Unable to load class 'com.google.devtools.ksp.gradle.KspTaskJvm'
com.google.devtools.ksp.gradle.KspTaskJvm
Ksp and hilt are only enabled in some of the subprojects not in the main one. And there are some library modules that don't use/define hilt or dagger at all.
But I do have other ksp plugins/libraries that I need
5 Views