are there any plans to support typescript and java...
# javascript
c
are there any plans to support typescript and javascipt source code in kotlin/js projects, for example
src/jsMain/js
and
src/jsMain/ts
(like kotlin/jvm supports java sourcecode)
or is it easy to achieve with some rules in webpack.conf.d ?
t
JS sources can be used right now via webpack configuration
c
do you have an example?
if js is possible ts should be easy too.
🚫 1
c
cool thanks
t
c
what is the goal of kfc plugins?
t
1. Simplify Kotlin/JS configuration (presets: app & library) 2. Webpack configuration sharing, you can write config in gradle 3. Default configuration for resources - your case
Migration from 1.3 to 1.4 = only plugin update :)