Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6b0fe32 authored by Chaohui Wang's avatar Chaohui Wang
Browse files

Remove kotlin.RequiresOptIn

Which is now enabled by default.

Bug: 253772249
Test: Presubmit
Change-Id: Ida4e35235c0bc0be973634988b037dec0ad829bc
parent 6bd49c4f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ android_test {
    ],
    kotlincflags: [
        "-Xjvm-default=all",
        "-opt-in=kotlin.RequiresOptIn",
    ],

    instrumentation_for: "Settings-core",