Skip to content

jnigen-v0.14.2

Compare
Choose a tag to compare
@HosseinYousefi HosseinYousefi released this 23 May 09:06
· 79 commits to main since this release
108ae18
  • 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 of build.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.