https://github.com/androidovshchik/neutralinojs-kotlin
Kotlin starter project for Neutralinojs
https://github.com/androidovshchik/neutralinojs-kotlin
kotlin neutralinojs
Last synced: over 1 year ago
JSON representation
Kotlin starter project for Neutralinojs
- Host: GitHub
- URL: https://github.com/androidovshchik/neutralinojs-kotlin
- Owner: androidovshchik
- Created: 2020-02-21T17:29:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-23T10:55:54.000Z (over 6 years ago)
- Last Synced: 2025-01-18T18:53:31.692Z (over 1 year ago)
- Topics: kotlin, neutralinojs
- Language: Kotlin
- Homepage:
- Size: 1.18 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neutralinojs-kotlin
Kotlin starter project for Neutralinojs
Written for version 1.3.0
## Get started
Bundle source files
On Linux and MacOS:
```bash
$ ./gradlew bundle
```
On Windows:
```bash
$ gradlew.bat bundle
```