Skip to content

Commit 9ac44bd

Browse files
committed
Added support for Gradle project that uses Gradle Kotlin DSL
1 parent fe04f3f commit 9ac44bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ycmd/completers/java/java_completer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
PROJECT_FILE_TAILS = [
4646
'.project',
4747
'pom.xml',
48-
'build.gradle'
48+
'build.gradle',
49+
'build.gradle.kts'
4950
]
5051

5152
DEFAULT_WORKSPACE_ROOT_PATH = os.path.abspath( os.path.join(

0 commit comments

Comments
 (0)