skip to Main Content

enter image description here

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


  1. This is not the programming language but the build configuration language for the Gradle build.

    Login or Signup to reply.
  2. Remove each line of code containing ‘org.jetbrains.kotlin’ that you find in the Gradle file
    I hope this will help you.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search