Hey guys, I have a little question regarding inlin...
# getting-started
l
Hey guys, I have a little question regarding inline functions and reified types. I've read the docs but can't find a way to achieve what I need. I have some function that is declared inline (because it is using a Ktor function which is also inlined) and I want to access it from Java. I understand that it is not possible because inline means that it should be 'replaced' at call site, but my inline function is using generics and I can't find a way to make it "not inline"