Skip to content

Commit bd0b90e

Browse files
Add some color to the readme
1 parent 35f2466 commit bd0b90e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/74/Kotlin-logo.svg/512px-Kotlin-logo.svg.png" align="right"
2+
title="Kotlin Logo" width="120">
3+
14
# Kotlin Compile Testing
25

36
[![](https://jitpack.io/v/tschuchortdev/kotlin-compile-testing.svg)](https://jitpack.io/#tschuchortdev/kotlin-compile-testing)
@@ -77,7 +80,7 @@ Assert results
7780
- JDK-crosscompilation: Provide your own JDK to compile the code against, instead of using the host application's JDK. This allows you to easily test your code on all JDK versions
7881
- Find dependencies automatically on the host classpath
7982

80-
## Installation
83+
## Installation <img src="https://i.imgur.com/iV36acM.png" width="23">
8184

8285
Add jitpack to the repositories in your root `build.gradle` file:
8386

@@ -94,11 +97,13 @@ Add dependency to your module `build.gradle` file:
9497

9598
```Groovy
9699
dependencies {
97-
// ...
100+
// ...
98101
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.0.0'
99102
}
100103
```
101104

105+
<img src="https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/120/whatsapp/186/white-medium-star_2b50.png" width="23"> Remember to leave a star if you found it useful <img src="https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/120/whatsapp/186/white-medium-star_2b50.png" width="23">
106+
102107
## License
103108

104109
Copyright (C) 2019 Thilo Schuchort

0 commit comments

Comments
 (0)