jnigen-v0.14.2
·
79 commits
to main
since this release
- 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
instead ofbuild.gradle
. - Fixed a bug where Kotlin suspend functions that returned nullable values were
generated incorrectly. - Fixed a bug where classes
that inherited a generic without specifying all type parameters were not
generated. - Added the ability to generate Kotlin stdlib classes without providing the
class path.