reform dir structure

This commit is contained in:
2021-01-28 21:38:44 +09:00
parent 6e3db28a60
commit c1d7e9a5ba
19 changed files with 131 additions and 94 deletions

13
buildSrc/build.gradle.kts Normal file
View File

@@ -0,0 +1,13 @@
/*
* Project Freesia
*
* Copyright (c) 2021. Elex. All Rights Reserved.
* https://www.elex-project.com/
*/
plugins{
`kotlin-dsl`
}
repositories {
gradlePluginPortal()
}