Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to K2 #72

Merged
merged 20 commits into from
Jun 5, 2024
Prev Previous commit
Next Next commit
Beta3
ZacSweers committed Feb 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 523253b0497837770ca7b9234f4e28fcf9b21621
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
coroutines = "1.7.2"
kotlin = "2.0.0-Beta1"
kotlin = "2.0.0-Beta3"
jdk = "20"
jvmTarget = "11"
ksp = "2.0.0-Beta1-1.0.14"
ksp = "2.0.0-Beta3-1.0.17"
ktfmt = "0.46"
moshi = "1.15.0"
okhttp = "4.9.0"