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

Commit 67bffece authored by Bonian Chen's avatar Bonian Chen
Browse files

[Settings] Enable kotlin language support

Enable the support of *.kt files.

Bug: 200896893
Test: build pass
Change-Id: I467e4ae3ecd94a74379daa41a8ee8ef4a038d75e
parent 70b2d886
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ android_library {
        "SettingsLib-search-defaults",
    ],

    srcs: ["src/**/*.java"],
    srcs: ["src/**/*.java", "src/**/*.kt"],

    static_libs: [
        "androidx-constraintlayout_constraintlayout",