@ilya.gorbunov: Did you see my comment on October 26th about kotlin.text.Regex and reuse of Kotlin-based validation utils in both JVM and JS? Say I wanted to run a validation function on a form field entry, and then run the exact same function serverside on the submitted form post, how would I set up compilation and deployment to be able to do that?