Daniel Perez
01/26/2022, 8:29 PMandroid.content.Context and androidx.work.WorkerParameters . I’m under the impression I cannot access these types from the CodeGenerator because it runs at build-time in JVM(androidx.work:work-runtime is in an AAR file as well)
Is there any way to access these types from my code generation module? Thanks all