--- a/build.gradle.kts Mon Apr 17 12:27:00 2023 -0400
+++ b/build.gradle.kts Sat May 06 19:27:48 2023 -0400
@@ -20,7 +20,6 @@
* along with Geekdroid. If not, see <http://www.gnu.org/licenses/>.
*/
import com.geekorum.build.SourceLicenseCheckerPlugin
-import com.geekorum.build.configureAnnotationProcessorDeps
import com.geekorum.build.setupGoogleContent
plugins {
@@ -44,8 +43,6 @@
subprojects {
group = "com.geekorum"
version = "0.0.1"
-
- configureAnnotationProcessorDeps()
}
task("clean", type = Delete::class) {