Skip to content

apmath-web/template-kotlin

Repository files navigation

template-kotlin

##Customize Environment Variables via IntelliJ IDEA

  1. Press edit run/debug configuration
  2. Select Kotlin configuration with Application.kt as main class
  3. Edit environment variables as <key_1>=<value_1>;<key_2>=<value_2>;...

gradle commands

  • update dependencies ./gradlew build --refresh-dependencies
  • run all tests ./gradlew test
  • run application ./gradlew run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published