diff options
Diffstat (limited to 'examples/llama.android/build.gradle.kts')
-rw-r--r-- | examples/llama.android/build.gradle.kts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/llama.android/build.gradle.kts b/examples/llama.android/build.gradle.kts new file mode 100644 index 00000000..50ebc821 --- /dev/null +++ b/examples/llama.android/build.gradle.kts @@ -0,0 +1,5 @@ +// Top-level build file where you can add configuration options common to all sub-projects/modules. +plugins { + id("com.android.application") version "8.2.0" apply false + id("org.jetbrains.kotlin.android") version "1.9.0" apply false +} |