[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:
committed by
teamcity
parent
bfb908dcd9
commit
c2bf68c9d3
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
fun <T> assertEquals(a: T, b: T) {
|
||||
if (a != b) throw RuntimeException("'$a' was not equal to '$b'")
|
||||
}
|
||||
Reference in New Issue
Block a user