also kinda wondering what you’re using `KCallable`...
# getting-started
s
also kinda wondering what you’re using
KCallable
for
j
I'm trying my hand at making a sort of autograder for practice problems.
It verifies that a student method exists in targetClass (what's being graded), checks its header (parameters and return types), and then checks functionality against solution code.
s
oh, are you like, having this sort of analyze student Kotlin code or something?
j
Kotlin or Java code, yup!
s
I was more just asking why you’re not using function types, but if you’re actually using reflection, that makes more sense (I think)
j
Makes sense. Thanks for checking!
👍 1