So I have transitive dependences of older versions...
# gradle
r
So I have transitive dependences of older versions of kotlin stdlib leaking into my project. Whats the best way to handle this? Is there a way to completely exclude it from my project?
e
kotlin-bom
r
@ephemient thank you for the quick response. One thing to call out is we removed the explicit declaration of kotlin-stdlib. From what I understand it comes bundled now. This should still work correct
e
yes, it should.