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
refreshVersions comes in with a handy custom rule for kotlin, which produces a version.kotlin entry. Starting with Kotlin 1.4.0-rc, though, dokka artifacts are sharing the kotlin version as well, namely, one should manually write stuff like:
I was wondering if it'd be possible to perform the bound automatically. Also (but I think there is another issue opened about it), when running refreshVersions on a project configured as such, version.properties gets broken due to duplicated entries:
refreshVersions comes in with a handy custom rule for kotlin, which produces a
version.kotlin
entry. Starting with Kotlin 1.4.0-rc, though, dokka artifacts are sharing the kotlin version as well, namely, one should manually write stuff like:I was wondering if it'd be possible to perform the bound automatically. Also (but I think there is another issue opened about it), when running
refreshVersions
on a project configured as such,version.properties
gets broken due to duplicated entries:The text was updated successfully, but these errors were encountered: