Jeong Rok Suh

Results 3 issues of Jeong Rok Suh

When executing the following code snippet on [Kotlin Playground](https://play.kotlinlang.org/) or [Android Kotlin Playground](https://developer.android.com/training/kotlinplayground), an unexpected behavior occurs. ```kotlin fun main() { GlobalScope.launch { delay(1000L) println("World!") } println("Hello!") runBlocking { delay(700L)...

I think the vertx-maven-plugin in pom.xml for each directory should be updated to [https://github.com/reactiverse/vertx-maven-plugin](url) as it has been migrated.

### Link to the code that reproduces this issue https://github.com/roksui/my-nextagram ### To Reproduce 1. Clone the repository and checkout to the master branch. 2. Start the application in dev mode...

bug
Parallel & Intercepting Routes