I tried to do lsp-java-update-project-configuration in the build.gradle.kts file, I got the following message:
Update configuration could be called only from build file(pom.xml or gradle build file)
It seems that it does not recognize Kotlin version of Gradle build file! Is it not supported yet?
Is there anyway to make it work with Kotlin files? It's just too much work to convert tens of large Gradle build files from Kotlin to Groovy.