Hi, i want to know if we can disable kermit logger on release or production builds in compose multiplatform for all platforms? We only need logging on debug build is that possible?
r
russhwolf
08/08/2023, 10:29 PM
Kermit has no knowledge of whether you're running a debug or release build, but if you have a different way to detect that then you can certainly pass different configuration depending on build type.