당신은 IDEA 2023.1 버전으로의 업그레이드를 신중히 해야 한다.
특히 코틀린으로 개발 하고 gradle로 빌드 하는 프로젝트를 진행할 때 더욱 그러하다.왜냐하면 내장 gradle 버전이 8.0으로 변경 되었기 때문이다.
gradle 설정은 너무 자유롭기에 보통 구글링 해서 조합해서 구성하는 경우가 많은데 이 경우 8.0으로 마이그레이션 하는 게 쉽지 않을 수 있다.특히 디버깅 모드를 쉽게 쓰려면 Build, Execution, Deployment > Build Tools > Gradle 설정에서 실행 도구를 IDEA로 변경하게 되는데 이때 아무리 gradle 설정 버전을 잘 해놓았더라도 8.0으로 실행하게 된다. gradle-wrapper.properties 파일을 사용 하도록 설정해도 잘 동작하지 않는 것 같다.
You should be careful upgrading to version 2023.1 of IDEA.
This is especially true when working on a project developed with Kotlin and built with gradle.Because the built-in gradle version has been changed to 8.0.
Since gradle settings are so free, they are often configured by Google and combined, but in this case, it may not be easy to migrate to 8.0.In particular, to use debugging mode easily, change the execution tool to IDEA in Build, Execution, Deployment > Build Tools > Gradle settings. Enabling the gradle-wrapper.properties file doesn't seem to work either.