Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature/#306] Apply Kotlin 2.0 #309

Merged
merged 9 commits into from
May 30, 2024
Merged

Conversation

l2hyunwoo
Copy link
Contributor

Issue

Overview (Required)

  • Kotlin 2.0.0 버전을 적용합니다.
  • 적용 중 이슈(trivial)
    • Explicit backing field를 적용하기 위해 compiler argument와 language setting을 적용하였는데 IDE 차원에서 아직 Backing field를 지원하지 않는다는것을 발견하였습니다. 그래서 해당 부분은 구현사항에서 제외하겠습니다.
스크린샷 2024-05-30 오후 1 00 05

Links

시연영상

Screen_recording_20240530_130339.mp4

Copy link

Test Results

18 tests   18 ✅  5s ⏱️
11 suites   0 💤
11 files     0 ❌

Results for commit 329129b.

@@ -29,4 +27,9 @@ internal fun Project.configureComposeAndroid() {
add("debugImplementation", libs.findLibrary("androidx.compose.ui.testManifest").get())
}
}

extensions.getByType<ComposeCompilerGradlePluginExtension>().apply {
enableStrongSkippingMode.set(true)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.7 부터 기본이었던것 같지만 아직 1.6이니

@taehwandev
Copy link
Member

👍 메인으로 머지합니다.

@taehwandev taehwandev merged commit 3168526 into droidknights:main May 30, 2024
2 checks passed
@l2hyunwoo l2hyunwoo deleted the feature/#306 branch May 30, 2024 20:24
@taehwandev taehwandev added the 2024 label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Improvement] Kotlin 2.0으로 Migration
2 participants