Skip to content

Commit 99bb094

Browse files
committed
Add kotlin reflect
1 parent ca006ad commit 99bb094

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

chat-server/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ dependencies {
3636
implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
3737
implementation("org.springframework.boot:spring-boot-starter-web")
3838

39+
implementation("org.jetbrains.kotlin:kotlin-reflect")
40+
3941
testImplementation("org.springframework.boot:spring-boot-starter-test")
4042

4143
testImplementation(platform("org.junit:junit-bom:5.12.1"))

mcp-server/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ val springAiVersion = "1.0.0-M6"
2424
dependencies {
2525
implementation("org.springframework.ai:spring-ai-mcp-server-webflux-spring-boot-starter")
2626

27+
implementation("org.jetbrains.kotlin:kotlin-reflect")
28+
2729
testImplementation("org.springframework.boot:spring-boot-starter-test")
2830

2931
testImplementation(platform("org.junit:junit-bom:5.12.1"))

0 commit comments

Comments
 (0)