NativeScript / nativescript-dev-webpack

A package to help with webpacking NativeScript apps.
Apache License 2.0
97 stars 49 forks source link

feat: Add initial support for KotlinJS #1127

Closed vmutafov closed 4 years ago

vmutafov commented 4 years ago

PR Checklist

What is the current behavior?

.kt extensions are not recognized

What is the new behavior?

Adds the .kt extension to known ones, just like .ts

Related to: https://github.com/NativeScript/NativeScript/issues/5379