Kapt: Add tests with Filer.
JavaFileObject.getName() now returns a path as required. (cherry picked from commit c611f9b)
This commit is contained in:
committed by
Yan Zhulanow
parent
824b778a7b
commit
743be477ec
@@ -0,0 +1,9 @@
|
||||
annotation class Inject
|
||||
|
||||
class Test {
|
||||
@Inject
|
||||
fun myFunc(): String = "Mary"
|
||||
|
||||
@field:Inject
|
||||
val myField: String = "Tom"
|
||||
}
|
||||
Reference in New Issue
Block a user