An open API service indexing awesome lists of open source software.

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.

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