Skip to content

Commit 8535bef

Browse files
Goregiussmyrick
authored andcommitted
Replaced annotation processor to kapt (#555)
1 parent 9398ab7 commit 8535bef

File tree

2 files changed

+2
-46
lines changed

2 files changed

+2
-46
lines changed

graphql-kotlin-spring-server/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ description = "Spring Boot autoconfiguration library for creating reactive Graph
22

33
plugins {
44
id("org.jetbrains.kotlin.plugin.spring")
5+
kotlin("kapt")
56
}
67

78
val kotlinCoroutinesVersion: String by project
@@ -12,8 +13,7 @@ val reactorExtensionsVersion: String by project
1213
dependencies {
1314
api(project(path = ":graphql-kotlin-federation"))
1415
api("org.springframework.boot:spring-boot-starter-webflux:$springBootVersion")
15-
// TODO change below from api to implementation?
16-
api("org.springframework.boot:spring-boot-configuration-processor:$springBootVersion")
16+
kapt("org.springframework.boot:spring-boot-configuration-processor:$springBootVersion")
1717
api("io.projectreactor.kotlin:reactor-kotlin-extensions:$reactorExtensionsVersion")
1818
api("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:$kotlinCoroutinesVersion")
1919
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinCoroutinesVersion")

graphql-kotlin-spring-server/src/main/resources/META-INF/spring-configuration-metadata.json

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)