| commit | 25a05fe4e30fe3ed956cf5f479de5fd7fe41394a | [log] [tgz] |
|---|---|---|
| author | Colin Cross <ccross@android.com> | Tue Jul 18 10:52:21 2023 -0700 |
| committer | Colin Cross <ccross@android.com> | Wed Jul 19 14:33:40 2023 -0700 |
| tree | 146f1992a7d27b66a1274ba3fa0c8b20a6abb3f2 | |
| parent | 3e4cb76551b4ab703c5104df2c538c4596d298b6 [diff] |
Use -Xjvm-default=all instead of -Xjvm-default=enable or @JvmDefault The @JvmDefault annotation and -Xjvm-default=enable argument are both removed from kotlinc 1.9.0 in favor of -Xjvm-default=all. Bug: 291335478 Test: builds Change-Id: I473e578b92482fbd6c8812c4d32acc1a4c27a84a Merged-In: I473e578b92482fbd6c8812c4d32acc1a4c27a84a
diff --git a/packages/SystemUI/customization/Android.bp b/packages/SystemUI/customization/Android.bp index dc450bb..fc37b355 100644 --- a/packages/SystemUI/customization/Android.bp +++ b/packages/SystemUI/customization/Android.bp
@@ -48,5 +48,5 @@ ], min_sdk_version: "current", plugins: ["dagger2-compiler"], - kotlincflags: ["-Xjvm-default=enable"], + kotlincflags: ["-Xjvm-default=all"], }