[KAPT4] KT-61729 Resolve annotation arguments during generation of @Metadata annotations

This commit is contained in:
strangepleasures
2023-09-06 19:47:28 +00:00
committed by Space Team
parent 798e832943
commit 9d43945b19
7 changed files with 172 additions and 1 deletions
@@ -487,6 +487,12 @@ public class KotlinKapt4ContextTestGenerated extends AbstractKotlinKapt4ContextT
runTest("plugins/kapt4/../kapt3/kapt3-compiler/testData/converter/kt43786.kt");
}
@Test
@TestMetadata("kt61729.kt")
public void testKt61729() throws Exception {
runTest("plugins/kapt4/../kapt3/kapt3-compiler/testData/converter/kt61729.kt");
}
@Test
@TestMetadata("lazyProperty.kt")
public void testLazyProperty() throws Exception {