Kotlin Todo is a simple todo-list created with Kotlin and Javascript. Click Learn Kotlin to get started with Kotlin.
You can see the final output at the github pages link
- Clone or zip the project file.
- Import the project into IntelliJ IDEA.
- Go to File -> Project Structure
- Go to Modules tab under Project Settings.
- Delete the existing kotlin-todo module.
- Add new module with Kotlin(Javascript), with name as: kotlin-todo.
- Set the root of your Content root and Module file location to the root directory.
- Finish and overwrite the existing kotlin-todo.iml file.
- In the Dependencies tab for the Module, check Export for KotlinJavascript and click Ok.
- Build your project and you're good to go.
See the LICENSE file for license rights and limitations (MIT).