diff options
| author | ilotterytea <iltsu@alright.party> | 2022-12-05 21:02:21 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-12-05 21:02:21 +0600 |
| commit | 5865a9b4cc375f08458b6c3cd3974c54a1732695 (patch) | |
| tree | bc3b274dacfe28adf326bffeecd456d42ffa61d8 /build.gradle | |
| parent | 45891b62bd60ff95fca75c0a618511286c8a11b9 (diff) | |
Kotlin support for Android
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 1 |
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 } |
