Skip to content

Commit 3723e82

Browse files
wangk5facebook-github-bot
authored andcommitted
Upgrade to Kotlin 1.8.0
Summary: Lot of the code here was generated using [Artificer](https://www.internalfb.com/intern/wiki/Artificer/). buck2 run fbsource//xplat/tools/artificer:artificer -- --artifact=kotlin --version=1.8.0 buck2 run fbsource//xplat/tools/artificer:artificer -- --artifact=androidx/compose/compiler --version=1.4.0 buck2 run fbsource//xplat/tools/artificer:artificer -- --artifact=ksp --version=1.8.0-1.0.9 buck run fbsource//xplat/tools/artificer:artificer -- --artifact=kotlin-compile-testing --version=1.5.0 buck2 run fbsource//xplat/tools/artificer:artificer -- --artifact=okio --version=3.2.0 - Manually update StubJarTest to use 1.8.0 - Manually update OKHTTP_ARTIFICER_DEPS to kotlin-stdlib 1.8.0 - ~~Turn off kapt for buck1 and buck2~~ (Redirected to 1.8.0 patched jar) - Manually update kotlin-stdlib-common from 1.6 -> 1.8 - Fix deprecated kotlin-compile-testing KotlinCompilation discrepancies - Change policyzone compiler to 1.8 allow-large-files Differential Revision: D44309507 fbshipit-source-id: 2b92711bc6dbaab2294eca02d9bab4e004caf102
1 parent de848df commit 3723e82

File tree

1 file changed

+0
-1
lines changed
  • litho-rendercore/src/main/java/com/facebook/rendercore/debug

1 file changed

+0
-1
lines changed

litho-rendercore/src/main/java/com/facebook/rendercore/debug/DebugEvents.kt

-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ object DebugEventDispatcher {
223223
/** Object to subscribe to debug events */
224224
object DebugEventBus {
225225

226-
@JvmStatic
227226
var enabled: Boolean
228227
get() = DebugEventDispatcher.enabled
229228
set(value) {

0 commit comments

Comments
 (0)