api_changes_list_2021.md: Kotlin

This commit is contained in:
Yann Cébron 2021-05-05 12:51:32 +02:00
parent 1ea1ea83d9
commit bb35b7d3d8

View File

@ -158,4 +158,4 @@ Rename of packages to `.java.` specific variants
### Kotlin Plugin 2021.1
`org.jetbrains.kotlin.idea.refactoring.changeSignature.KotlinChangeInfo(KotlinMethodDescriptor, String, KotlinTypeInfo, Visibility, List, KotlinParameterInfo, PsiElement, Collection)` constructor parameter type changed from `org.jetbrains.kotlin.descriptors.Visibility` to `org.jetbrains.kotlin.descriptors.DescriptorVisibility`
: The compiler change
: `Visibility` has been renamed to `DescriptorVisibility`.