fn build_jar(
crate_name: &str,
out_dir: &Utf8Path,
options: &RunScriptOptions
) -> Result<Utf8PathBuf>
Expand description
Generate kotlin bindings for the given namespace, then use the kotlin command-line tools to compile them into a .jar file.