From 5865a9b4cc375f08458b6c3cd3974c54a1732695 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 5 Dec 2022 21:02:21 +0600 Subject: Kotlin support for Android --- build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'build.gradle') 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 } -- cgit v1.2.3