-
Notifications
You must be signed in to change notification settings - Fork 64
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
FEATURE #41
Comments
What you means with it? Which problems occur with Kotlin? What must be change to support Kotlin? To save my and your time you should write more details that other can understand and can reproduce your problems. |
Yes sorry I thought you were already aware that Kotlin doesn't work. Here is my build.gradle `buildscript { plugins { apply plugin: 'de.inetsoftware.jwebassembly' group 'org.pepperoni' repositories { } sourceSets { wasm {
} |
Thanks for reporting this. It was my first kotlin experiment. A very simple sample compile now. If there are more problems then also add your source code sample. I expect that the kotlin compiler produce constructs that JWebAssembly does not can handle correctly. |
Kotlin support please.
The text was updated successfully, but these errors were encountered: