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

Commit b8e11a0a authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "Add kotlin-annotations to WindowManager-Shell"

parents e0ccac19 4a26fe81
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -138,6 +138,11 @@ android_library {
        "dagger2",
        "jsr330",
    ],
    libs: [
        // Soong fails to automatically add this dependency because all the
        // *.kt sources are inside a filegroup.
        "kotlin-annotations",
    ],
    kotlincflags: ["-Xjvm-default=enable"],
    manifest: "AndroidManifest.xml",
    plugins: ["dagger2-compiler"],