Gabriel Machado
10/14/2019, 3:50 PMspring-boot-starter-webflux
with the new coroutines support? Or I need to manually include dependencies such as 'spring-webflux', version: '5.2.0.M2'
?Robert Jaros
10/14/2019, 4:03 PM2.2.0.RC1
published at maven { url = uri("<https://repo.spring.io/milestone>") }
Gabriel Machado
10/14/2019, 4:12 PM@RestController
endpoint, java.lang.IllegalStateException: No primary or default constructor found for interface kotlin.coroutines.Continuation
is thrownGabriel Machado
10/14/2019, 4:13 PM1.3.50
, kotlinx-coroutines-core
is 1.3.2
Robert Jaros
10/14/2019, 4:40 PMGabriel Machado
10/14/2019, 5:14 PMorg.springframework.boot
plugin, and missing implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor")