File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ the following:
114114``` kotlin
115115class HelloFunctionFinderProcessor : SymbolProcessor () {
116116 // ...
117- val functions = mutableListOf<KSClassDeclaration >()
117+ val functions = mutableListOf<KSFunctionDeclaration >()
118118 val visitor = FindFunctionsVisitor ()
119119
120120 override fun process (resolver : Resolver ) {
@@ -182,4 +182,4 @@ The table includes a list of popular libraries on Android and their various stag
182182| Dagger | [ Alpha] ( https://dagger.dev/dev-guide/ksp ) |
183183| Motif | [ Alpha] ( https://github.com/uber/motif ) |
184184| Hilt | [ In progress] ( https://dagger.dev/dev-guide/ksp ) |
185- | Auto Factory | [ Not yet supported] ( https://github.com/google/auto/issues/982 ) |
185+ | Auto Factory | [ Not yet supported] ( https://github.com/google/auto/issues/982 ) |
You can’t perform that action at this time.
0 commit comments