Hi, we just made a release at <https://github.com/...
# ksp
j
Hi, we just made a release at https://github.com/google/ksp/releases/tag/1.4.10-dev-experimental-20201009 Some highlights you might be interested: • Added 
KSType.isMarkedNullable
 for checking if a type has explicit nullable mark (i.e. 
?
) • Added createKSTypeReferenceFromKSType API to Resolver for generating pseudo KSTypeReference from a KSType • Breaking Change Refactored override checking function. Override checking is now a member function of resolver which will take in 2 declarations. • Breaking Change Renamed KSVariableParameter to KSValueParameter to align with grammar As always, please give it a try and let us know any thoughts!
🎉 6