Alexander Udalov
|
07d3e3a5bd
|
Kapt: support property $annotations methods for JVM IR
`is PropertyDescriptor` check doesn't work for JVM IR where descriptor
is created on-the-fly and is an `IrBasedSimpleFunctionDescriptor`.
#KT-49682
|
2022-02-08 20:15:14 +01:00 |
|
Alexander Udalov
|
ebb9659e03
|
Add mode to run kapt with JVM IR, use in tests
Currently JVM IR is not supported in kapt, so almost all tests are
failing, and thus are muted with IGNORE_BACKEND.
#KT-49682
|
2022-02-08 20:15:13 +01:00 |
|
Yan Zhulanow
|
eb9b5da82b
|
Kapt: Never mark static methods 'default' (KT-42915)
|
2020-10-28 21:03:26 +09:00 |
|
Yan Zhulanow
|
3276e348cc
|
Fix kapt tests (Kotlin version updated to 1.3)
|
2018-09-05 17:15:04 +03:00 |
|
Yan Zhulanow
|
fd84ecda54
|
Kapt: Add runtime library, move all modules inside the 'kapt3' directory
|
2017-12-01 22:53:17 +09:00 |
|