SpineEventEngine / config

Dependencies and build configurations shared among subprojects
https://spine.io
Apache License 2.0
2 stars 3 forks source link

Force Kotlin `stdlib-jdk7` dependency version #500

Closed armiol closed 7 months ago

armiol commented 7 months ago

This PR forces kotlin-stdlib-jdk7 dependency version.

As it turns out, this dependency comes as conflicting in at least base, reflect (!), and logging libraries. Apparently, some of our direct dependencies brings the old version of this library with it.

After some attempts to find out, which dependency is "guilty", I gave up, as no clear answer is available. So it's easier to force its version.

armiol commented 7 months ago

@alexander-yevsyukov PTAL.