Hello!! I would like to use the snapshot so ktlint...
# ktlint
d
Hello!! I would like to use the snapshot so ktlint can work with new
fun interfaces
like I found here. So I added the maven repository
Copy code
maven { url "<https://oss.sonatype.org/content/repositories/snapshots>" }
and changed the version to:
Copy code
ktlint {
    version = "1.4-M2-kotlin-dev-SNAPSHOT"
}
is the version correct? thanks in advance 🙂
s
0.38 and 0.39 both have 1.4 support - have you tried with the latest releases? i don’t think you need to use the snapshot anymore
if this specific issue is still occurring it may just be a bug in which case we can re-open or you can file anew issue
d
oh yes! Since version is in a different project somehow I thought I was using the latest version already 😅 thank you @Sha Sha Chu!
s
no problem. feel free to open an issue if you’re still having problems 🙂