should be fine - Kotlin/JVM compiler supports one major version forward
tapchicoma
05/08/2025, 6:54 PM
so with
2.1.0+
version - you will not be able to compile your project
👍 1
j
Jacob Kwitkoski
05/08/2025, 6:56 PM
Excellent. Thanks for the link and the clarification on version compatibility!
a
aurimas
05/08/2025, 9:17 PM
In general, I would note that if the 3rd party library exposes APIs that use new language features, you might not be able to use those parts of the API
👀 1
e
ephemient
05/08/2025, 9:52 PM
also if you use kotlin.reflect it should be updated to match stdlib