https://github.com/samuel-ricardo/clean_kotlin_project
A Initial and clean Kotlin Project with essential, is the base to create anny project.
https://github.com/samuel-ricardo/clean_kotlin_project
Last synced: 3 months ago
JSON representation
A Initial and clean Kotlin Project with essential, is the base to create anny project.
- Host: GitHub
- URL: https://github.com/samuel-ricardo/clean_kotlin_project
- Owner: Samuel-Ricardo
- License: mit
- Created: 2021-07-21T15:41:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T17:44:13.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T12:45:02.655Z (5 months ago)
- Language: Kotlin
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clean_Kotlin_Project
A Initial and clean Kotlin Project with essential, is the base to create anny project.
## Run
to run, just build the project or run the comand...
- got to project folder
``` cmd
$ cd "d:\Visual Studio Code\Projects\Kotlin\Bank\Kotlin_and_Java\"
```- now run this coman
``` cmd
$ mvn clean package
```
This will run the build and generate the folder /target.
# Links that will help you
- https://kotlinlang.org/docs/command-line.html#compile-a-library
- https://kotlinlang.org/docs/native-command-line-compiler.html
- https://kotlinlang.org/docs/maven.html#attributes-common-for-jvm-and-js
- https://maven.apache.org/guides/introduction/introduction-to-the-pom.html
- https://maven.apache.org/pom.html
- https://www.baeldung.com/kotlin/maven-java-project