Hey there, is there any word on when a new coil ve...
# compose
s
Hey there, is there any word on when a new coil version might be coming out? I found a fix for an issue that was merged last September but hasn't found its way into a new version because current 3.3.0 is from June. I didn't find any information about a potential 3.4.0 but with hundreds of PRs merged since 3.3.0 I imagine there is some kind of general roadmap.
h
👍 1
t
You can already switch to
3.4.0-SNAPSHOT
. Just need to add in
settings.gradle.kts
:
Copy code
maven {
            setUrl("<https://central.sonatype.com/repository/maven-snapshots/>")
        }