관리 메뉴

필사(筆寫)

Kotlin 컴파일러 다운로드 방법 (버전 1.9~) 본문

개인학습

Kotlin 컴파일러 다운로드 방법 (버전 1.9~)

코딩필사 2023. 8. 27. 18:44

Release Kotlin 1.9.10 · JetBrains/kotlin · GitHub

 

Release Kotlin 1.9.10 · JetBrains/kotlin

Changelog Compiler KT-60769 Partially revert KT-58371 KT-60659 Incorrect 'unresolved reference: addFirst' error with JDK 21 KT-60371 Native custom allocator link error KT-60986 Native: static cach...

github.com

안드로이드 IDE에서 컴파일을 따로할 수 없기에 위 주소로 접속해서 컴파일러를 다운로드 받아 윈도우 환경변수에 추가해서 사용 할 것. (bin폴더 까지 경로를 잡아준다.)

 

예) C:\kotlin\kotlin-compiler-1.9.10\kotlinc\bin

 

위에서 컴파일러 압축파일을 다운로드 받아 C드라이브에 적절하게 놓아주고 컴퓨터 환경변수로 배치해준 뒤 사용하면 된다. kotlinc 명령어를 사용할 수 있다.

 

Kotlin command-line compiler | Kotlin Documentation (kotlinlang.org)

 

Kotlin command-line compiler | Kotlin

 

kotlinlang.org

 

덤으로 1.8버전 이상의 라이브러리 2023년 08월 기준 코드 커버리지를 위한 프리젠테이션 리스트

 

Kotlin for Education (kotlinlang.org)

 

Kotlin Programming Language

 

kotlinlang.org

Programming in Kotlin - Google Drive

 

Programming in Kotlin - Google Drive

이 폴더에 파일이 없습니다.이 폴더에 파일을 추가하려면 로그인하세요.

drive.google.com

Kotlin과 Android  |  Android Developers

 

 

Kotlin과 Android  |  Android Developers

Kotlin은 최신 Android 개발을 위해 Android에서 권장되는 프로그래밍 언어입니다.

developer.android.com

코틀린을 반드시 안드로이드에만 사용하지 않고 멀티플랫폼 즉 서버사이드, 웹어셈블리 등에 사용할 수 있게 범용성있게 확장되어간다. 1.7버전 이후로부터는 상당히 많은 구간에서 코틀린으로 짤 수 있도록 돕는데, 얼마나 범용성을 가질지는 아직은 미지수다. JDK - Kotlin까지의 여정도 있겠지만 Spring을 쓰는 유저들의 새로운 대안이 될 수 있는 부분은 인정하나, 노드, 파이썬을 썼던 사람 입장에서는 답답하긴 하다.

 

Introduction to Kotlin - Google Slides

 

Introduction to Kotlin

Kotlin Introduction to Kotlin @kotlin

docs.google.com

 JAVA를 고수했던 큰 회사의 개발자들도 살아야하기에 적절하게 교차점이 되는 언어로서의 사용 아닌가 싶다. (갑갑한 형선언에서 탈출하는 공식적인 창구...)

 

 코틀린의 경우 단독으로 혼자 돌 수 없어서, JVM을 사용하는 과정이 있기 때문에 개발툴인 JDK를 같이 함께 받아주어야 한다. 안드로이드 스튜디오를 설치한 폴더 안에 있는 것을 쓰지 말고, 다운로드 하는 것이 좋다.

 

Java Downloads | Oracle

 

Download the Latest Java LTS Free

Subscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the experts.

www.oracle.com

 

현행 오라클에서 개발툴로 제공하는 JDK 20을 다운로드하고 하기 API 명세들은 아래에서

확인 가능하다. JDK 20 Documentation - Home (oracle.com)

 

JDK 20 Documentation - Home

The documentation for JDK 20 includes developer guides, API documentation, and release notes.

docs.oracle.com