File tree Expand file tree Collapse file tree 2 files changed +2
-46
lines changed
graphql-kotlin-spring-server
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +2
-46
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ description = "Spring Boot autoconfiguration library for creating reactive Graph
22
33plugins {
44 id(" org.jetbrains.kotlin.plugin.spring" )
5+ kotlin(" kapt" )
56}
67
78val kotlinCoroutinesVersion: String by project
@@ -12,8 +13,7 @@ val reactorExtensionsVersion: String by project
1213dependencies {
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 " )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments