Sorry, the link you gave me has right variety of t...
# announcements
e
Sorry, the link you gave me has right variety of this code:
Copy code
kapt {
    generateStubs = true
    arguments {
        arg("androidManifestFile", variant.outputs[0].processResourcesTask.manifestFile)
    }
}
So it works and works well! simple smile Thank you!