From 235b83d02ee8c724587bd87405fe85c72fd05f33 Mon Sep 17 00:00:00 2001 From: Lucas Shadler <99682335+ffluk3@users.noreply.github.com> Date: Mon, 17 Feb 2025 06:22:43 -0800 Subject: [PATCH] fix: add build.gradle.kts to special.py Now that aider supports Kotlin syntax, this change will allow for indexing of kotlin-based gradle project files --- aider/special.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/special.py b/aider/special.py index 9d2e92e6e..77faa58b1 100644 --- a/aider/special.py +++ b/aider/special.py @@ -41,6 +41,7 @@ ROOT_IMPORTANT_FILES = [ "composer.lock", "pom.xml", "build.gradle", + "build.gradle.kts", "build.sbt", "go.mod", "go.sum",