Skip to content

Commit

Permalink
fix(android): fix build issue around setter annotation
Browse files Browse the repository at this point in the history
sgtcoolguy committed Feb 5, 2020
1 parent 0a6ecbc commit 9f78428
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ public String getPassword()
}

// clang-format off
@Kroll.getProperty
@Kroll.setProperty
@Kroll.method
public void setPassword(String value)
// clang-format on

0 comments on commit 9f78428

Please sign in to comment.