Skip to content

1.4.32-1.0.0-alpha07

Compare
Choose a tag to compare
@neetopia neetopia released this 07 Apr 22:08
· 535 commits to master since this release

Highlights

  • Updated Kotlin version to 1.4.32
  • Added Resolver.getDeclarationsFromPackage() API, this API is to retrieve declarations with a given package name from both classpath and sources. Note that this API can be expensive.
  • Bug fixes around generic type arguments and jvm_static detection.