[Lombok] Reorganize module structure of Lombok compiler plugin

Also rename its jar to `kotlin-lombok-compiler-plugin`

^KT-52468 Fixed
This commit is contained in:
Dmitriy Novozhilov
2022-05-23 13:24:37 +03:00
committed by teamcity
parent bfb908dcd9
commit c2bf68c9d3
68 changed files with 175 additions and 77 deletions
+3
View File
@@ -0,0 +1,3 @@
fun <T> assertEquals(a: T, b: T) {
if (a != b) throw RuntimeException("'$a' was not equal to '$b'")
}