Last active
January 24, 2023 02:34
-
-
Save XFY9326/19041e1a377bafc2374f8201c241059b to your computer and use it in GitHub Desktop.
Add Kotlin Symbol Processing (KSP) adaptation for Android Gradle Plugin (AGP) variants
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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