Skip to content

Commit

Permalink
Fix typo in tschuchortdev/kotlin-compile-testing link (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis authored Feb 4, 2023
1 parent c574c38 commit 9536dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A library for in-process compilation of Kotlin and Java code, in the spirit of [Google Compile Testing](https://github.com/google/compile-testing). For example, you can use this library to test your annotation processor or compiler plugin.

**NOTE** This project is a fork of the original [tschuchortdev/kotlin-compile-testing](https://github.com/github.com/tschuchortdev/kotlin-compile-testing), which itself started as a fork of [Moshi](https://github.com/square/moshi)'s compile test infra. The goal of this fork is to better track the latest Kotlin releases.
**NOTE** This project is a fork of the original [tschuchortdev/kotlin-compile-testing](https://github.com/tschuchortdev/kotlin-compile-testing), which itself started as a fork of [Moshi](https://github.com/square/moshi)'s compile test infra. The goal of this fork is to better track the latest Kotlin releases.

## Use Cases

Expand Down

0 comments on commit 9536dec

Please sign in to comment.