summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2022-12-05 21:02:21 +0600
committerilotterytea <iltsu@alright.party>2022-12-05 21:02:21 +0600
commit5865a9b4cc375f08458b6c3cd3974c54a1732695 (patch)
treebc3b274dacfe28adf326bffeecd456d42ffa61d8 /build.gradle
parent45891b62bd60ff95fca75c0a618511286c8a11b9 (diff)
Kotlin support for Android
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 }