tree: d5b292c044b7174f48e32f390d66bd78348cc603 [path history] [tgz]
  1. gradle/
  2. kotlin-js-store/
  3. src/
  4. build.gradle.kts
  5. gradle.properties
  6. gradlew
  7. gradlew.bat
  8. ReadMe.md
  9. settings.gradle.kts
x/lit-example/ReadMe.md

Build the example project

  1. Run in the root of the kotlin project
./gradlew install
  1. Run example in the browser
./gradlew browserDevelopmentRun -t

Troubleshooting

If you don't see that changes in toolchain is not applied to example project, try:

  1. Try to stop gradle daemons
./gradlew --stop
  1. Try to build without gradle's build cache using --no-build-cache option

  2. Remove ~/.m2/org/jetbrains/kotlin and run “install” task again