10 lines
229 B
Groovy
10 lines
229 B
Groovy
description = "Spring Expression Language (SpEL)"
|
|
|
|
apply plugin: "kotlin"
|
|
|
|
dependencies {
|
|
compile(project(":spring-core"))
|
|
testCompile("org.jetbrains.kotlin:kotlin-reflect")
|
|
testCompile("org.jetbrains.kotlin:kotlin-stdlib")
|
|
}
|