Skip to content

Commit

Permalink
[jnigen] Use dollar sign in import prefixes to avoid name collision (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
HosseinYousefi authored Dec 9, 2024
1 parent acb973c commit 8ea1a9d
Show file tree
Hide file tree
Showing 16 changed files with 12,600 additions and 12,598 deletions.
5 changes: 3 additions & 2 deletions pkgs/jnigen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

- **Breaking Change**([#1644](https://github.com/dart-lang/native/issues/1644)):
Generate null-safe Dart bindings for Java and Kotlin.
- Add a simple AST and update `excluder.dart` to support user-defined exclusions for classes, methods, and fields.

- Fixed a potential name collision when generating in multi-file mode.
- Added the ability to add user-defined visitors to config. Currently only
capable of excluding classes, methods, and fields.

## 0.12.2

Expand Down
Loading

0 comments on commit 8ea1a9d

Please sign in to comment.