An open API service indexing awesome lists of open source software.

https://github.com/xtoolkit/nyn

NYN Annotation for flow oop
https://github.com/xtoolkit/nyn

Last synced: 5 months ago
JSON representation

NYN Annotation for flow oop

Awesome Lists containing this project

README

          

# NYN project

## Build

For build this project you need install Bazel.

```bash
bazel build //src:core
```

## How use?

### Install

Build jar file and edit `build.gradle` file

```gradle
dependencies {
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation files('path/to/build_project/bazel-bin/src/core.jar')
kapt files('path/to/build_project/bazel-bin/src/core.jar')
}
```