github google/ksp 1.4.10-dev-experimental-20201023

latest releases: 2.0.20-Beta1-1.0.22, 2.0.0-1.0.22, 2.0.0-1.0.21...
3 years ago

Highlights

  • Implemented asMemberOf. Thanks to @yigit !
    Because generic functions generally cannot be represented in Kotlin type system, KSFunction is introduced to hold the information (type parameters). Note that KSFunction is not a KSType and they cannot interact, e.g., equals and isAssignableFrom, directly.

Resolved Issues
#49 Add helper for equivlent of Types.asMemeberOf
#123 baseMethod.overrides(childMethod) returns true

Merged PRs
#110 Implement Resolver.asMemberOf for Properties and Functions
#124 Check for type hierarchy while checking overrides

Don't miss a new ksp release

NewReleases is sending notifications on new releases.