Hi, here is the latest KSP 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.
Please take a try and let us know if you have any comments!
🎉 13
e
elihart
04/08/2021, 1:07 AM
Thanks for adding the package support!
➕ 1
g
gabrielfv
04/08/2021, 5:03 PM
Guess it's time to get back to working on KSP support for me! Thanks!