You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
does not work. Is there something I need in my gradle file also? I tried implementation("org.jetbrains.kotlinx:kotlinx-serialization-cbor:1.3.3") but that gives a 502 bad gateway error when I try building. So just wondering how do I get that import working?
The text was updated successfully, but these errors were encountered:
from the guidelines at https://github.com/hyperledger/sawtooth-sdk-java/blob/main/docs/source/using_java_sdk.rst, in the enconding your payload section
import co.nstant.
in
.cbor.CborBuilderimport co.nstant.
in
.cbor.CborEncoderdoes not work. Is there something I need in my gradle file also? I tried implementation("org.jetbrains.kotlinx:kotlinx-serialization-cbor:1.3.3") but that gives a 502 bad gateway error when I try building. So just wondering how do I get that import working?
The text was updated successfully, but these errors were encountered: