blob: 8e2ebe0430bff4f12c70ba6dbb5971dc88f23005 [file]
// Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// This library exports a high level programmatic API to jnigen, the entry
/// point of which is runJniGenTask function, which takes run configuration as
/// a JniGenTask.
library jnigen;
export 'src/elements/elements.dart';
export 'src/config/config.dart';
export 'src/config/filters.dart';
export 'src/generate_bindings.dart';