I am relativly new to ktlint, currently ktlint blo...
# ktlint
h
I am relativly new to ktlint, currently ktlint blocks an upgrade to kotlin 1.5 because of value classes. is there a prospect when this kind of bugs usually gets fixed? Not wanting to make pressure, just for planning my next steps.
s
hey @Henning B i would expect kotlin 1.5.0 support to come in the next release but we’ve not looked into it yet. the CI build was broken for a while but i’m about to merge a change to fix it, then we can merge a bunch of PRs and start thinking about when we want to do the next release. i wouldn’t expect it sooner than a couple weeks but unfortunately i don’t have a more specific timeline
h
Thanks for the info 🙂
🙂 1
s
there are already a couple open bugs on 1.5.0 but feel free to open a new one if you think the open ones don’t necessarily cover your case
r
meanwhile you could try snapshot builds, they should actually be compatible with 1.5.0 afaik 🙂
if not, we should also update the snapshots to 1.5.0 at least
h
will have to look into that, do you know if i can use a snapshot when using the gradle plugin from jleitschuh?
s
just put up a PR to update to 1.5.0 https://github.com/pinterest/ktlint/pull/1151
❤️ 1
@romtsn i kind of made up the kotlin dev version by looking at the kotlin releases; that was the latest 1.5.10 release i could find; i didn’t see an M version or RC version
r
@Sha Sha Chu yeah that is alright I think
s
@Henning B curious if you were able to get it to work with the snapshot version
h
@Sha Sha Chu yes , the 0.42.0-SNAPSHOT is working together with 1.5 🙂 thanks for all the help
s
Great! Thanks for the confirmation.