spring-expression.gradle 281 B

12345678910
  1. description = "Spring Expression Language (SpEL)"
  2. apply plugin: "kotlin"
  3. dependencies {
  4. compile(project(":spring-core"))
  5. testCompile(testFixtures(project(":spring-core")))
  6. testCompile("org.jetbrains.kotlin:kotlin-reflect")
  7. testCompile("org.jetbrains.kotlin:kotlin-stdlib")
  8. }