Add ClassBuilderMode.KAPT3 tests

This commit is contained in:
Yan Zhulanow
2017-02-17 16:15:02 +03:00
parent e25e19c4d6
commit 7a5f94129c
17 changed files with 290 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
data class User(val name: String, val age: Int)