1
Kotlin: Cannot inline bytecode built with JVM target 1.8 into bytecode that is being built with JVM target 1.6. Please specify proper '-jvm-target' option
MSA 트레이닝을 위한 프로젝트(https://github.com/ihoneymon/msa-training)를 만들고 spring-config-server
를 코틀린(kotlin)으로 언어를 지정하고 빌드를 마치니 다음과 같은 에러 메시지가 애플리케이션 컴파일 중에 뜬다.
1
Kotlin: Cannot inline bytecode built with JVM target 1.8 into bytecode that is being built with JVM target 1.6. Please specify proper '-jvm-target' option
이와 관련된 내용을 다음에서 찾았다.