diff options
Diffstat (limited to 'llama.cpp/examples/llama.android/build.gradle.kts')
| -rw-r--r-- | llama.cpp/examples/llama.android/build.gradle.kts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llama.cpp/examples/llama.android/build.gradle.kts b/llama.cpp/examples/llama.android/build.gradle.kts new file mode 100644 index 0000000..076a0f1 --- /dev/null +++ b/llama.cpp/examples/llama.android/build.gradle.kts @@ -0,0 +1,6 @@ +// Top-level build file where you can add configuration options common to all sub-projects/modules. +plugins { + alias(libs.plugins.android.application) apply false + alias(libs.plugins.android.library) apply false + alias(libs.plugins.jetbrains.kotlin.android) apply false +} |
