Skip to content
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

Add dependency to .kt projects #14

Open
MarioCodes opened this issue Aug 14, 2019 · 0 comments
Open

Add dependency to .kt projects #14

MarioCodes opened this issue Aug 14, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@MarioCodes
Copy link
Owner

MarioCodes commented Aug 14, 2019

I found the following dependency for testing more with kotlin's style:

<dependency>
    <groupId>org.jetbrains.kotlin</groupId>
    <artifactId>kotlin-test</artifactId>
    <version>check_last_version</version>
    <scope>test</scope>
</dependency>

Implement it in all my kotlin projects.

@MarioCodes MarioCodes added the enhancement New feature or request label Aug 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant