14 lines
177 B
Kotlin
14 lines
177 B
Kotlin
/*
|
|
* Project Freesia
|
|
*
|
|
* Copyright (c) 2021. Elex. All Rights Reserved.
|
|
* https://www.elex-project.com/
|
|
*/
|
|
|
|
plugins{
|
|
`kotlin-dsl`
|
|
}
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|