Skip to content

Commit 7063d10

Browse files
Tiangong Lifacebook-github-bot
Tiangong Li
authored andcommitted
Upgrade Kotlin to 2.1 attempt #2
Summary: The 1st attempt D68205412 ``` VERSION=2.1.0 arc artificer download \ :kotlin:$VERSION --kotlin-bump \ :ksp:$VERSION-1.0.29 \ dev.zacsweers.kctfork:core:0.7.0 \ dev.zacsweers.kctfork:ksp:0.7.0 ``` run_all_fbandroid_tests run_all_fbandroid_tests_at_diff_time allow-large-files Reviewed By: thezhangwei, hick209 Differential Revision: D73063977 fbshipit-source-id: f8829b95081eade0736999195b56d5854c2c0079
1 parent f0bc69c commit 7063d10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: prelude/.buckconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ name_v2 = TARGETS,BUCK
3131
frontend_compiler = defined_by_target
3232
kosabi_standalone = true
3333
kotlin_home = $(config fbsource.repo_relative_path)/xplat/toolchains/android/sdk/third-party/java/kotlin/$(config kotlin.kotlin_version)
34-
kotlin_version = 2.0.20
34+
kotlin_version = 2.1.0
3535
kotlincd_dep_files = per_class
36-
ksp_version = 1.0.24
36+
ksp_version = 1.0.29
3737
min_language_version_for_dcg = 1.9
3838
min_language_version_for_jvm_abi_gen = 1.9
3939
track_class_usage = true

0 commit comments

Comments
 (0)