mirror of
https://github.com/fankes/moshi.git
synced 2025-10-20 08:29:22 +08:00
Support externally-compiled transient property recognition in KSP (#1416)
This commit is contained in:
@@ -15,4 +15,10 @@
|
||||
*/
|
||||
package com.squareup.moshi.kotlin.codegen.test.extra
|
||||
|
||||
public abstract class AbstractClassInModuleA
|
||||
public abstract class AbstractClassInModuleA {
|
||||
// Transients to ensure processor sees them across module boundaries since @Transient is
|
||||
// SOURCE-only
|
||||
// TODO uncomment these when https://github.com/google/ksp/issues/710 is fixed
|
||||
// @Transient private lateinit var lateinitTransient: String
|
||||
// @Transient private var regularTransient: String = "regularTransient"
|
||||
}
|
||||
|
Reference in New Issue
Block a user