You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AtomicFU Gradle Plugin transitively (though atomicfu-transformer) depends on kotlin-metadata-jvm.
Usage of a specific metadata version limits the range of Kotlin versions the plugin supports, and it also affects the Kotlin version required to compile the plugin.
Instead of using an explicitly dependency on a fixed kotlin-metadata-jvm version, the plugin should pick a version corresponding to a Kotlin compiler version used in a project applying the AFU GP.