Tatum Alenko
04/07/2021, 4:18 AMUnresolved reference
. Is that normal and if so, how does one go about fixing these reference errors? I am using Transform.replace(..)
To be specific in case it is needed, my plugin generates a companion object for abstract classes annotated with @TableName
and creates the same named properties in the companion object with the value being what is passed inside the @ColumnName
annotation. The code runs fine but IntelliJ highlights it as an error:raulraja
04/07/2021, 7:42 AMraulraja
04/07/2021, 7:43 AMTatum Alenko
04/07/2021, 6:41 PM