Skip to content

Instantly share code, notes, and snippets.

@XFY9326
Last active January 24, 2023 02:34
Show Gist options
  • Save XFY9326/19041e1a377bafc2374f8201c241059b to your computer and use it in GitHub Desktop.
Save XFY9326/19041e1a377bafc2374f8201c241059b to your computer and use it in GitHub Desktop.
Add Kotlin Symbol Processing (KSP) adaptation for Android Gradle Plugin (AGP) variants
extensions.getByType<AppExtension>().apply {
applicationVariants.all {
addJavaSourceFoldersToModel(file("$buildDir/generated/ksp/$name/kotlin"))
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment