Merge "Add kotlin-annotations to WindowManager-Shell"
This commit is contained in:
@@ -138,6 +138,11 @@ android_library {
|
|||||||
"dagger2",
|
"dagger2",
|
||||||
"jsr330",
|
"jsr330",
|
||||||
],
|
],
|
||||||
|
libs: [
|
||||||
|
// Soong fails to automatically add this dependency because all the
|
||||||
|
// *.kt sources are inside a filegroup.
|
||||||
|
"kotlin-annotations",
|
||||||
|
],
|
||||||
kotlincflags: ["-Xjvm-default=enable"],
|
kotlincflags: ["-Xjvm-default=enable"],
|
||||||
manifest: "AndroidManifest.xml",
|
manifest: "AndroidManifest.xml",
|
||||||
plugins: ["dagger2-compiler"],
|
plugins: ["dagger2-compiler"],
|
||||||
|
|||||||
Reference in New Issue
Block a user