Hey guys, I'm trying to switch from using java cla...
# getting-started
c
Hey guys, I'm trying to switch from using java classes in my projects to kotlin types. I'm having a compiler error with a
reified inline function
, it's telling me that I can't make recursive calls inside the function. Any way to get around this?