summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index a58bfeb..9508256 100644
--- a/build.gradle
+++ b/build.gradle
@@ -60,6 +60,7 @@ project(":desktop") {
project(":android") {
apply plugin: "com.android.application"
+ apply plugin: "kotlin-android"
configurations { natives }