martmists
05/01/2022, 12:54 PM(String) -> Unit
, is there an easy way to check if the KSFunctionDeclaration matches that signature?Jiaxiang
05/02/2022, 7:26 PMtoString
function in KSType
is from compiler and is quite ready to use. Be cautious when any types involves types from Java though, the toString
result for Java types can be a little bit tricky due to the nullability difference between kotlin and Java.