Skip to content

Instantly share code, notes, and snippets.

@ishaquehassan
Last active August 26, 2018 11:28
Show Gist options
  • Save ishaquehassan/6a47a89a393b5c23a082ee1f6a315aec to your computer and use it in GitHub Desktop.
Save ishaquehassan/6a47a89a393b5c23a082ee1f6a315aec to your computer and use it in GitHub Desktop.
compileKotlin2Js.kotlinOptions {
moduleKind = "commonjs"
outputFile = "functions/index.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment