Delegating function variables in Kotlin with generic class
I’m currently working on an application that requires delegating function variables. I’ve encountered some problems when trying to do so. Here’s the code of a minimal reproducible example:
I’m currently working on an application that requires delegating function variables. I’ve encountered some problems when trying to do so. Here’s the code of a minimal reproducible example: