Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pkgs/jnigen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@

## 0.14.2

- **Breaking Change**: Throw when output folder contains non JNIgen files.
Users with existing package bindings will need to delete them once to fix the
`A file that was not generated by JNIgen was found in ...` error.
- The name `factory` can now also be used in a method name without renaming.
- Throw when output folder contains non JNIgen files. Users with existing
package bindings will need to delete them once for it to start working.
- Added the ability to generate classes in Java SDK (`java.core`) module without
providing the class path.
- Added gradle support for new Flutter projects that use `build.gradle.kts`
Expand Down
Loading