I would like to add .aar file to my java module (sub project).i have added this in my gradle still get error as "Could not find filename"
flatDir { dirs 'src/main/libs' } implementation fileTree(include: ['*.jar', '*.aar'], dir: 'src/main/libs') implementation (name: '**filename**', ext: 'aar')