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
This commit is contained in:
Lucas Shadler 2025-02-17 06:22:43 -08:00 committed by GitHub
parent 6ffbec969a
commit 235b83d02e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,6 +41,7 @@ ROOT_IMPORTANT_FILES = [
"composer.lock",
"pom.xml",
"build.gradle",
"build.gradle.kts",
"build.sbt",
"go.mod",
"go.sum",