Category "ksp"

How to determine if a functions return type is a primitive in ksp

Short version: How can I tell if a KSType is a primitive or even compare it to a kotlin type? I'm writing a code generator in Kotlin using ksp. I am iterating t

Microsoft Key Storage Provider get keys

I am trying to get the details of keys in Microsoft Key Storage Provider. For this I open the storage provider using the below API call: NCryptOpenStorageProvid