9 lines
145 B
Kotlin
9 lines
145 B
Kotlin
|
|
plugins {
|
||
|
|
id("space.kscience.gradle.project")
|
||
|
|
}
|
||
|
|
|
||
|
|
group = "center.sciprog"
|
||
|
|
version = "0.1.0"
|
||
|
|
|
||
|
|
|
||
|
|
val attributesVersion: String by extra("0.1.0")
|