PixelDragon/build.gradle.kts

13 lines
472 B
Plaintext
Raw Permalink Normal View History

2025-02-21 14:44:48 +03:00
/*
2025-02-22 18:45:55 +03:00
* Created by sweetbread on 22.02.2025, 15:45
2025-02-21 14:44:48 +03:00
* Copyright (c) 2025. All rights reserved.
2025-02-22 18:45:55 +03:00
* Last modified 21.02.2025, 12:21
2025-02-21 14:44:48 +03:00
*/
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.kotlin.android) apply false
alias(libs.plugins.kotlin.compose) apply false
2025-02-22 18:45:55 +03:00
id("com.google.devtools.ksp") version "2.0.21-1.0.27" apply false
2025-02-21 14:44:48 +03:00
}