enableKotlinStdLibDocumentationLink is not a direct replacement for noStdlibLink, because the value must be inverted.
The kdoc/@Deprecate for noJdkLink and noAndroidSdkLink were the wrong way around.
I decided to make the deprecation level ERROR because these DGPv2 is an opt-in and migration is expected. Additionally, these properties are completely non-functional without migration.
The last PR had mistakes 🤦
enableKotlinStdLibDocumentationLink
is not a direct replacement fornoStdlibLink
, because the value must be inverted.@Deprecate
fornoJdkLink
andnoAndroidSdkLink
were the wrong way around.I decided to make the deprecation level ERROR because these DGPv2 is an opt-in and migration is expected. Additionally, these properties are completely non-functional without migration.
2515
KT-71758