Skip to content

1.4.31-1.0.0-alpha06

Compare
Choose a tag to compare
@ting-yuan ting-yuan released this 24 Mar 20:59
· 542 commits to master since this release

Highlights

  • Multiplatform is back working again for JVM platform.
  • Corresponding Kotlin version is bumped to 1.4.31. This release still works with 1.4.30. To mute the version mismatch warning when using with Kotlin-1.4.30, use -Pksp.version.check=false.
  • Supported Gradle 7.0-rc-1.

API / behavior changes

  • Use-site annotations are now attached to use-sites consistently. Previously, they are attached to where they were declared if the source is available, and the use-sites if the source isn't available.

Issues fixed

#131 cannot read annotatations in classes that are coming from dependencies
#317 Possible regression: Configuration with name 'ksp' not found in multiplatform
#325 KSType for inner types misses arguments from outer types
#355 annotation target for setter property does not work
#360 Resolving a same type multiple times as type argument cause the first resolution to override all following resolution
#364 Annotate properties for KspTask