mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
5718bf424b
See gh-23550
11 lines
281 B
Groovy
11 lines
281 B
Groovy
description = "Spring Expression Language (SpEL)"
|
|
|
|
apply plugin: "kotlin"
|
|
|
|
dependencies {
|
|
compile(project(":spring-core"))
|
|
testCompile(testFixtures(project(":spring-core")))
|
|
testCompile("org.jetbrains.kotlin:kotlin-reflect")
|
|
testCompile("org.jetbrains.kotlin:kotlin-stdlib")
|
|
}
|