[KAPT4] KT-51982 Implement Kapt4AnalysisHandlerExtension, add KAPT CLI and Gradle IT
Co-authored-by: Alexander Udalov <Alexander.Udalov@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
d50d36f16c
commit
5c19cb3fcb
@@ -0,0 +1,19 @@
|
||||
package test
|
||||
|
||||
import apt.Anno
|
||||
import generated.Example as ExampleGenerated
|
||||
|
||||
@Anno
|
||||
class Example() {
|
||||
private val callback = object : Any() {
|
||||
val obj = Object()
|
||||
}
|
||||
|
||||
fun call() {
|
||||
callback.obj
|
||||
}
|
||||
}
|
||||
|
||||
fun main() {
|
||||
println("Generated class: " + ExampleGenerated::class.java.name)
|
||||
}
|
||||
Reference in New Issue
Block a user