文件名称:Android代码-kotlin-frontend-plugin
文件大小:388KB
文件格式:ZIP
更新时间:2022-08-26 07:14:35
Android代码
kotlin-frontend-plugin Gradle plugin for Kotlin frontend development The plugin provides an easy way to gather Maven and npm dependencies, pack bundles (via webpack) and test a frontend application using Karma. By default the plugin generates all required configs for webpack, karma and manages the corresponding daemons. By using Gradle continuous build, you also can get hot module replacement feature (apply code changes in browser on the fly). See corresponding section below. Howto Configur