I'm trying to use this library on only-android (no multiplatform setup) app. I used plugin and de.jensklingenberg.cabret:cabret-log, both with 1.0.3 versions. I enabled cabret and useIR in kotlinOptions block like that:

Whenever i use @DebugLog annotation i only have the function entry log. The return log never arrives (i checked in custom logger with breakpoint - only entry logs arrive there)
I'm trying to use this library on only-android (no multiplatform setup) app. I used plugin and

de.jensklingenberg.cabret:cabret-log, both with 1.0.3 versions. I enabled cabret and useIR in kotlinOptions block like that:Whenever i use
@DebugLogannotation i only have the function entry log. The return log never arrives (i checked in custom logger with breakpoint - only entry logs arrive there)