Kapt: Add runtime library, move all modules inside the 'kapt3' directory
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
annotation class Anno
|
||||
|
||||
@Target(AnnotationTarget.PROPERTY, AnnotationTarget.CLASS)
|
||||
annotation class Anno2
|
||||
|
||||
class Test {
|
||||
@property:[Anno Anno2]
|
||||
val prop = "A"
|
||||
}
|
||||
Reference in New Issue
Block a user