From a1e794632b77082a9f796165e7c0fb9567d44bd9 Mon Sep 17 00:00:00 2001 From: Alex Vanyo Date: Sat, 21 Sep 2024 21:14:17 -0700 Subject: [PATCH] Revert "Disable K2Uast for lint" This reverts commit 52eba245d3247a3de574d6dff539a32574a8629f. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 5c2b289ecf..dbfc2aae4e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -47,7 +47,7 @@ kotlin.mpp.androidSourceSetLayoutVersion=2 kotlin.mpp.applyDefaultHierarchyTemplate=false ksp.useKSP2=true -#android.lint.useK2Uast=true +android.lint.useK2Uast=true android.r8.maxWorkers=2