feat(CON-166) : Mettre en place le projet
This commit is contained in:
17
build.gradle.kts
Normal file
17
build.gradle.kts
Normal file
@ -0,0 +1,17 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
plugins {
|
||||
// Application
|
||||
alias(libs.plugins.android.application) apply false
|
||||
|
||||
// Android
|
||||
alias(libs.plugins.kotlin.android) apply false
|
||||
|
||||
// Compose
|
||||
alias(libs.plugins.kotlin.compose) apply false
|
||||
|
||||
// Ksp
|
||||
alias(libs.plugins.ksp) apply false
|
||||
|
||||
// Agp
|
||||
alias(libs.plugins.android.library) apply false
|
||||
}
|
Reference in New Issue
Block a user