[자바][Kotlin] There are no configurators available

프로그래밍/서버2021. 3. 26. 16:22

문제 현상

IntelliJ에서 Java로 작성된 코드를 Kotlin으로 변경시키기 위해 

메뉴의 Code > Convert Java File to Kotlin File를 클릭했으나 

 

Kotlin is not configured in the project

Thre are no configurators available 에러가 발생함

 

 

원인

IntelliJ에서 폴더 복사를 통해 프로젝트를 생성 후 .iml 파일을 통해 해당 프로젝트 모듈을 import 했으나 maven(pom.xml) 파일은 빌드툴?로 선택되지 않음

 

 

해결 방법

IntelliJ에서 pom.xml 파일을 오른쪽 마우스로 클릭하면 나오는 메뉴 중에 하단에 있는.. Add as Maven Project 메뉴를 선택하면 됨

 

참고

csharp.wekeepcoding.com/article/14144247/IntellJ+IDEA+Kotlin+plugin+-+%E2%80%9Cthere+aren't+configurators+available%E2%80%9D

 

IntellJ IDEA Kotlin plugin - “there aren't configurators available” - intellij-idea

 

csharp.wekeepcoding.com

 

작성자

Posted by 드리머즈

관련 글

댓글 영역