Kotlin / dokka

API documentation engine for Kotlin
https://kotl.in/dokka
Apache License 2.0
3.45k stars 410 forks source link

DGPv2: fix noJdkLink/noStdlibLink/noAndroidSdkLink #3832

Closed adam-enko closed 2 months ago

adam-enko commented 2 months ago

The last PR had mistakes 🤦

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