something I noticed in raw compiler code - functio...
# ksp
z
something I noticed in raw compiler code - functions and properties both implement a
KtCallableDeclaration
type to help share with code that can call a function or property. Thoughts on matching this with a
KSCallableDeclaration
?
j
It is pretty compiler implementation details and is not very straightforward at source code level, I thought about that but decided to not take that path, since adding a callable doesn’t benefit much.
z
even at the gradle level?
j
Errr, what’s the context for Gradle level stuff?
z
I only saw one place the gradle plugin had an internal trampoline
j
Sorry if I misinterpreted the ask, what is the relation with Gradle level and
KtCallableDeclaration
?
z
ah! I just realized I got lost between the three different threads 😓
I see now 👍