File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- ## 0.13.1-wip
1
+ ## 0.13.1
2
2
3
3
- Fixed a bug where Kotlin wildcards would crash the code generation.
4
4
- Support nullability annotations that are on Java elements like methods and
Original file line number Diff line number Diff line change 4
4
5
5
name : jnigen
6
6
description : A Dart bindings generator for Java and Kotlin that uses JNI under the hood to interop with Java virtual machine.
7
- version : 0.13.1-wip
7
+ version : 0.13.1
8
8
repository : https://github.com/dart-lang/native/tree/main/pkgs/jnigen
9
9
issue_tracker : https://github.com/dart-lang/native/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ajnigen
10
10
@@ -32,7 +32,7 @@ dependencies:
32
32
dev_dependencies :
33
33
build_runner : ^2.4.12
34
34
dart_flutter_team_lints : ^3.2.0
35
- jni : ^0.12.2
35
+ jni : ^0.13.0
36
36
json_serializable : ^6.8.0
37
37
test : ^1.25.8
38
38
You can’t perform that action at this time.
0 commit comments