Kapt: Move line metadata to .kaptMetadata external files (KT-22386)
Placing location table inside .java file triggers annotation processor to run on each line table modification (even when the stub declarations themselves are the same). So we move it to the separate file.
This commit is contained in:
-6
@@ -1,6 +1,3 @@
|
||||
/**
|
||||
* @KaptMetadata
|
||||
*/
|
||||
package a.b.c;
|
||||
|
||||
import java.lang.System;
|
||||
@@ -15,9 +12,6 @@ public final class A {
|
||||
|
||||
////////////////////
|
||||
|
||||
/**
|
||||
* @KaptMetadata
|
||||
*/
|
||||
package a.b.typealias.c;
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
Reference in New Issue
Block a user