Similar to #1955 having a native function inside a class marked with @AndroidEntryPoint causes the build to fail with the same error message mentioned in that issue.
Execution failed for task ':app:transformClassesWithAndroidEntryPointTransformForDebug'.
> codeAttr must not be null
Similar to #1955 having a native function inside a class marked with
@AndroidEntryPointcauses the build to fail with the same error message mentioned in that issue.