diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-13 16:09:14 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-13 16:09:14 +0100 |
commit | bce1be54a1661c8512fa5fe24ba0ec35c4a9ff96 (patch) | |
tree | 0b80782316391075b61f2084469475ff10295ead /build.gradle.kts | |
parent | 31430df5989d2b3014633912be5d27485d3e3a25 (diff) |
minimal effort app
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 196e647..4645626 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,4 +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.2" apply false + id("org.jetbrains.kotlin.android") version "1.9.0" apply false }
\ No newline at end of file |