mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
7646895fd4
Closes gh-23812
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")
|
|
}
|