When setting userLogs and/or debugLogs to true in the koinCompiler configuration block, logs are produced but they are classified as warnings despite being informational.
Because I use the allWarningsAsErrors Kotlin option, this causes builds to fail. It would be great if these logs could be changed so that they don't break compatibility with allWarningsAsErrors.
Environment:
kotlin = "2.3.20"
koin = "4.2.1"
koin-compiler-plugin = "1.0.0"
When setting
userLogsand/ordebugLogsto true in the koinCompiler configuration block, logs are produced but they are classified as warnings despite being informational.Because I use the allWarningsAsErrors Kotlin option, this causes builds to fail. It would be great if these logs could be changed so that they don't break compatibility with allWarningsAsErrors.
Environment: