prism-sys 0.1.3

Raw FFI bindings to the prism speech library
Documentation
pluginManagement {
    repositories {
        google()
        mavenCentral()
        gradlePluginPortal()
    }
}
plugins {
    id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
}
dependencyResolutionManagement {
    repositories {
        google()
        mavenCentral()
    }
}
rootProject.name = "prism"
include ':tests:android:simple-app'
project(':tests:android:simple-app').projectDir = file('tests/android/simple-app')