Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for the Javascript target? #730

Open
eiswind opened this issue Aug 19, 2020 · 1 comment
Open

Support for the Javascript target? #730

eiswind opened this issue Aug 19, 2020 · 1 comment

Comments

@eiswind
Copy link

eiswind commented Aug 19, 2020

Is your feature request related to a problem? Please describe.
I try (and fail desperately) to create arrow meta plugin for the JS target.

Describe the solution you'd like
I' like to see a working example for the JS target?

Describe alternatives you've considered
I d have to write a very low level plugin.

@eiswind
Copy link
Author

eiswind commented Aug 19, 2020

I tried the following setup with dem hello world example:

tasks.withType<Kotlin2JsCompile>().configureEach {
    kotlinOptions.freeCompilerArgs =
            listOf("-Xplugin=${project.rootDir}/create-plugin/build/libs/create-plugin-all.jar")
}

The Plugin seems to get activated,
but the code is not beeing transformed.

Could someone please confirm that js target does not work at all?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant