|
1 | 1 | #kotlin-frontend-plugin[](https://bintray.com/kotlin/kotlin-eap/kotlin-frontend/_latestVersion)[](https://teamcity.jetbrains.com/viewType.html?buildTypeId=KotlinTools_KotlinFrontendPlugin_Build) |
2 | | -Gradle plugin for Kotlin frontend development |
3 | 2 |
|
4 | 3 | ##THIS PLUGIN IS DEPRECATED |
5 | 4 | Kotlin/JS plugin contains features of`kotlin-frontend-plugin`. |
6 | 5 | For setting up project with Kotlin/JS Gradle Plugin, please follow |
7 | 6 | https://kotlinlang.org/docs/reference/js-project-setup.html |
| 7 | +*** |
| 8 | +Gradle plugin for Kotlin frontend development |
8 | 9 |
|
9 | 10 | The plugin provides an easy way to gather Maven and npm dependencies, pack bundles (via[webpack](https://webpack.github.io/)) and test a frontend application using[Karma](https://karma-runner.github.io/1.0/index.html). By default the plugin generates all required configs for webpack, karma and manages the corresponding daemons. |
10 | 11 |
|
|