There is no option for Java language. How can I change it from Kotlin to Java?
I tried to change the language but there is no option for it. Please suggest me a solution to get rid of this problem. I checked this option tools>kotlin>decompile to java, but it is disabled.
2
Answers
This is not the programming language but the build configuration language for the Gradle build.
Remove each line of code containing ‘org.jetbrains.kotlin’ that you find in the Gradle file
I hope this will help you.