kotlin.toml (406B)
1 [language] 2 id = "kotlin" 3 repository = "sdk-kotlin" 4 5 [packages] 6 "radroots_core" = "radroots.sdk" 7 "radroots_events" = "radroots.sdk" 8 "radroots_trade" = "radroots.sdk" 9 "radroots_identity" = "radroots.sdk" 10 11 [artifacts] 12 models_dir = "src/generated" 13 constants_dir = "src/generated" 14 manifest_file = "export-manifest.json" 15 16 [runtime] 17 networking = "native" 18 signing = "native" 19 deterministic_codec = "native_or_wasm"