vsr
03/16/2021, 3:54 PM./gradlew run
) after making code changes. Is there a hot module reloading concept in Kotlin (coming from a frontend background) štseisel
03/16/2021, 5:05 PMktor-client
to perform HTTP requests.
Because Kotlin is only a programming language (just like JavaScript) it does not have Hot Module Reloading on its own. It is a feature provided by a framework/bundler.vsr
03/17/2021, 6:38 AM