Skip to content

Commit 8ea1a9d

Browse files
[jnigen] Use dollar sign in import prefixes to avoid name collision (#1785)
1 parent acb973c commit 8ea1a9d

File tree

16 files changed

+12600
-12598
lines changed

16 files changed

+12600
-12598
lines changed

pkgs/jnigen/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
- **Breaking Change**([#1644](https://github.com/dart-lang/native/issues/1644)):
44
Generate null-safe Dart bindings for Java and Kotlin.
5-
- Add a simple AST and update `excluder.dart` to support user-defined exclusions for classes, methods, and fields.
6-
5+
- Fixed a potential name collision when generating in multi-file mode.
6+
- Added the ability to add user-defined visitors to config. Currently only
7+
capable of excluding classes, methods, and fields.
78

89
## 0.12.2
910

0 commit comments

Comments
 (0)