# Androidx Jetpack Compose Compiler 소스를 Jetbrains의 Kotlin repository로 이동

> Clean Markdown view of GeekNews topic #14387. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=14387](https://news.hada.io/topic?id=14387)
- GeekNews Markdown: [https://news.hada.io/topic/14387.md](https://news.hada.io/topic/14387.md)
- Type: news
- Author: [ganadist](https://news.hada.io/@ganadist)
- Published: 2024-04-19T01:05:10+09:00
- Updated: 2024-04-19T01:05:10+09:00
- Original source: [github.com/JetBrains](https://github.com/JetBrains/kotlin/tree/master/plugins/compose)
- Points: 4
- Comments: 1

## Topic Body

[Jetpack Compose](https://developer.android.com/develop/ui/compose)는 Kotlin기반의 선언적 UI 프레임워크 이며, Kotlin Compiler에 Compose Compiler Plugin의 도움으로 동작할 수 있는 코드가 생성됩니다.  
  
하지만, [Compose Compiler Plugin은 Google 에서 관리](https://developer.android.com/jetpack/androidx/releases/compose-compiler?hl=en)하고 있어서, [Jetbrains의 Kotlin release](https://kotlinlang.org/docs/releases.html) 와 별개로 운영되고 있기 때문에, Kotlin release이후 곧바로 적용할 수 없다는 어려움이 있었습니다.  
  
이러한 어려움을 해결하기 위해, Compose Compiler의 소스코드를 Jetbrains의 Kotlin repository로 옮기고, 릴리즈를 Jetbrains에 맡기려는 움직임이 있습니다.  
  
* [Merge compose-compiler into the Kotlin repository](https://issuetracker.google.com/issues/331800657)  
* [Release Compose Compiler via Kotlin Distribution](https://issuetracker.google.com/issues/331800231)  
  
해당 작업이 완료되면, Jetpack Compose를 도입한 Kotlin Project에서, 새 버젼의 Kotlin compiler를 도입하기 쉽게 될 것 같습니다.

## Comments



### Comment 24877

- Author: ganadist
- Created: 2024-05-02T16:38:30+09:00
- Points: 1

공식 announcement 가 Android Developer Blog 에 게시되었습니다.  
  
https://android-developers.googleblog.com/2024/04/jetpack-compose-compiler-moving-to-kotlin-repository.html
