-
Notifications
You must be signed in to change notification settings - Fork 3
update to new conventions #333
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
base: develop
Are you sure you want to change the base?
Conversation
JesusMcCloud
commented
Jun 29, 2025
- Kotlin 2.1.21
- BC 1.81
- KmmResult 1.9.3 by default
- New publishing endpoint (will require updated secrets)
5dfaecc
to
9ccdf73
Compare
9ccdf73
to
e6017cc
Compare
no clue why it's failing so hard. help needed |
now everything points to libs.versions.toml |
object Jvm { | ||
val json get() = versionOf("jvm.json") | ||
val `authlete-cbor` get() = versionOf("jvm.cbor") | ||
val Jvm= JvmVErsions() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in JvmVErsions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed and missing test dependency should also be there now