<@U5RAC8PAQ> Probably `kotlin-logging` depends on ...
# gradle
i
@x80486 Probably
kotlin-logging
depends on
kotlin-stdlib:1.1.3-2
which results in version conflict with
1.1.51
. Such conflict is usually happily resolved by Gradle in favor of the greater version, unless
failOnVersionConflict
option is set.
😅 1
👏 1