Has anyone been able to get the `build.gradle.kts`...
# multiplatform
c
Has anyone been able to get the
build.gradle.kts
files generated by the KMM template to not be like entirely red?
j
Have you tried to open the project with IDEA instead of AS to check if the problem is there? Can you share a screenshot of the kts file in red?
c
I have not. I'll give that a try later today.
maybe related
e
I just had a similar issue. I fixed it by clearing all of the JDKs for the project, and then adding only the one I wanted to use (open jdk Java 11), and making sure it was set as the project default.
❤️ 1
c
Can confirm jdk Java 11 fixed this