Ilya Perevozchikov
Ilya Perevozchikov
Any updates about this feature?
It is such a good and useful enhancement and it would be awesome to have it in this lib.
This issue is still relevant
The issue is still relevant (version 1.13.4). Example of code: ```kotlin "DelayMode function should invoke" { val exception = RuntimeException("test") val mockCall: () -> String = mockk() every { mockCall()...
@Raibaz are there any plans to fix the issue?
@Raibaz could you reopen the issue? Or should we create a new one?
Example of function description: ```kotlin public data class LoaderContext internal constructor( var expireAfterAccessDuration: Duration, var expireAfterWriteDuration: Duration ) public suspend fun get(key: Key, loader: suspend LoaderContext.() -> Value): Value //...
Trying to build the latest moko-resources with Kotlin 1.9.0 and receiving build error on `gradlew build`  `Reason: Task ':compileKotlinJvm' uses this output of task ':generateMRcommonMain' without declaring an explicit...
This issue is still very relevant. We are developing our new services with Micronaut. Our Spring services support this useful feature, and it would be great if we could use...
You can look at https://github.com/rickfast/consul-client as example of subscription implementation