MVIKotlin v3.0.0 is released! Full release notes:...
# mvikotlin
a
MVIKotlin v3.0.0 is released! Full release notes: https://github.com/arkivanov/MVIKotlin/releases/tag/3.0.0 What's new since v3.0.0-beta02 - Reordered DSL generics (#36) - Replaced getMainThreadId stack trace with error message (#37) - Updated Kotlin to 1.7.1, Gradle to 7.4.2, AGP to 7.2.0, Essenty to 0.4.2, coroutines to 1.6.3 (#44, #46) - Added settings dialog to IDEA Time Travel Plugin (#41) - The Time Travel desktop client app is now built on CI, artifacts are attached to releases (for Windows and Linux only, please build from sources for macOS)
🎉 7
K 2
a
Love to see 3.0.0 finally released! Out of curiosity, what was the reason for needing to build from source for the macOS time travel client? Since this is a public github repo I thought it was possible to build it in CI for free on a mac machine?
a
This client has been around for quite some time. It was required to build from sources locally for every platform. Now this is applicable only for macOS, other platforms are built on CI. The reason is because I don't have an Apple developer account, and so can't sign the app.
a
Ahh gotcha, do you need a paid account to do that or I thought it could be done with a free one? Perhaps something I could look into since I have a mac myself
a
As far as I understand, there is annual subscription fee of 99 USD.