summaryrefslogtreecommitdiff
path: root/java/kotlin_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'java/kotlin_test.go')
-rw-r--r--java/kotlin_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/kotlin_test.go b/java/kotlin_test.go
index 1069f4262..3deea1373 100644
--- a/java/kotlin_test.go
+++ b/java/kotlin_test.go
@@ -87,10 +87,10 @@ func TestKapt(t *testing.T) {
java_library {
name: "foo",
srcs: ["a.java", "b.kt"],
- annotation_processors: ["bar"],
+ plugins: ["bar"],
}
- java_library_host {
+ java_plugin {
name: "bar",
}
`)