It’s released when the blog post is published. Ple...
# announcements
o
It’s released when the blog post is published. Please be patient.
👍 16
👆 1
2
h
so we can’t discuss till the blog comes out?
o
You can, but it is kinda hard, since it will cause some “it doesn’t work for me”, “how do I?“, “doesn’t work with maven central”, and so on.
I really wish we could have transactions for Internet 🙂
😂 11
h
ah, i understand.
a
Copy code
kotlin.beginTransaction()
slack.shh()
kotlin.commit()
slack.discuss()
🥇 3
o
It’s far more complex than that… Distributed transactions across twitter, blog platform, maven, bintray, github, slack, sdkman, brew, npm… It’s about 20% of the list…
Also, I’d use
kotlin.transaction { … }
DSL 😉
8
h
if it isn’t 100% ready i’m surprised they put it up as a plugin. imo that should be one synchronous to when the blog comes out. keeps the suspense on everyone’s part 😂
o
Synchronous doesn’t work. What if plugin is broken or something?
Each step is verified.
h
right, i forgot about that