I have a dll generated using Kotlin native to be c...
# kotlin-native
t
I have a dll generated using Kotlin native to be consumed in some another windows C++ app. I am trying to redirect dll console logs to host logger which is not console based. For this task I was passing a function pointer to a kotlin class in dll but could not figure out a way in CInterop to do that. Any pointers on this?