-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider supporting split packages #2037
Labels
enhancement
An issue for a feature or an overall improvement
Comments
MarcinAman
added
the
enhancement
An issue for a feature or an overall improvement
label
Jul 26, 2021
I closed it in favor of #3368. |
hoc081098
added a commit
to hoc081098/solivagant
that referenced
this issue
Feb 7, 2024
hoc081098
added a commit
to hoc081098/solivagant
that referenced
this issue
Feb 7, 2024
* lifecycle: supports targets tvosX64() tvosSimulatorArm64() tvosArm64() watchosArm32() watchosArm64() watchosX64() watchosSimulatorArm64() * lifecycle: supports targets tvosX64() tvosSimulatorArm64() tvosArm64() watchosArm32() watchosArm64() watchosX64() watchosSimulatorArm64() * lifecycle: supports targets tvosX64() tvosSimulatorArm64() tvosArm64() watchosArm32() watchosArm64() watchosX64() watchosSimulatorArm64() * add rememberCloseableOnRoute * add rememberCloseableOnRoute * add rememberCloseableOnRoute * replace DestinationId with StackEntryId * fix dokka * org.gradle.jvmargs=-Xmx8g * POM_INCEPTION_YEAR=2024 * fully qualified import for WeakReference Kotlin/dokka#3403 * fix dokka * dokka: suppress all internal packages * dokka: suppress all internal packages * LifecycleControllerEffect to non-internal pkg * externalDocumentationLink { url = URL("https://hoc081098.github.io/kmp-viewmodel/docs/0.x/API/") packageListUrl = URL("https://hoc081098.github.io/kmp-viewmodel/docs/0.x/API/package-list") } * fix dokka * LifecycleDestroyedException * LifecycleDestroyedException * license * license * docs * org.gradle.jvmargs=-Xmx4g * update CI * dokka * InternalNavigationApi * InternalNavigationApi * InternalNavigationApi * dump * dump * detekt * detekt * update ci [skip ci] * TODO: Issue Kotlin/dokka#3368 and Kotlin/dokka#2037 * changelog [skip ci]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dokka right now doesn't handle split packages by design. At some point in the future this behaviour should probably change since in some edge cases it leads to unresolved links.
Example of such behaviour is present here, in
ApolloResponse
: https://apollographql.github.io/apollo-android/kdoc/apollo-runtime/com.apollographql.apollo3/-apollo-client/query.htmlThe text was updated successfully, but these errors were encountered: