[Compiler plugins] Fix usage of descriptor API
This commit is contained in:
committed by
TeamCityServer
parent
1bcaeabd84
commit
3de1566f11
+2
-1
@@ -306,7 +306,8 @@ object KSerializerDescriptorResolver {
|
||||
type,
|
||||
emptyList(), // no need type parameters?
|
||||
containingClassDescriptor.thisAsReceiverParameter,
|
||||
extensionReceiverParameter
|
||||
extensionReceiverParameter,
|
||||
emptyList()
|
||||
)
|
||||
|
||||
val propertyGetter: PropertyGetterDescriptorImpl? = if (createGetter) {
|
||||
|
||||
Reference in New Issue
Block a user