1 package appfunctions_aggregated_deps
2 
3 import androidx.appfunctions.AppFunctionComponentRegistry
4 import javax.`annotation`.processing.Generated
5 
6 @AppFunctionComponentRegistry(
7   componentCategory = "INVOKER",
8   componentNames = [
9     "com.testdata.${'$'}AllPrimitiveInputFunctions_AppFunctionInvoker",
10     "com.testdata.${'$'}SimpleFunction_AppFunctionInvoker",
11     "com.testdata.diff.${'$'}SimpleFunction_AppFunctionInvoker",
12   ],
13 )
14 @Generated("androidx.appfunctions.compiler.AppFunctionCompiler")
15 public class `$Main_InvokerComponentRegistry`
16