-
Notifications
You must be signed in to change notification settings - Fork 6
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
Trouble in implementing Hello Kunafa example #16
Comments
Hi, |
Here it is:
build.gradle:
|
I think the Hello Kunafa tutorial has not been updated to use the new KotlinJs plugin (instead of |
What command do you use to get your index.html running? |
try |
I'd tried that and I got this error : |
Interesting.. |
Tried that too, unfortunately it isn't working. I think I may be missing something I don't know. I will try once again and let you know |
That's really strange. |
I added the gradle wrapper files to the Todo repo. It's using gradle-6.2-all.zip. |
Thanks. I'll clean everything and start from scratch again. I'm using Gradle 6.3. Will let you know what happens |
It's working now. Will try and see what could be the problem. Thanks for the help! |
Hi. I'm currently trying to implement this framework by following your Hello Kunafa tutorial. I think I've been able to sync the gradle properly and build the project. But I don't see anything when I open the index.html file.
I've followed the instructions and modified the build.gradle and created index and app.kt. The build shows successful but I can't see anything when I open the html file.(I'm using gradle build, also tried gradle assembleWeb and gradle compileK2J). Is there anything else in the 'Hello Kunafa' tutorial that I need to do?
The text was updated successfully, but these errors were encountered: