Skip to content

API links #416

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

Merged
merged 1 commit into from
May 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions topics/compose/compose-desktop-context-menus.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ fun main() = singleWindowApplication(title = "Context menu") {

<img src="compose-desktop-context-menu-textfield.png" alt="Default context menu for TextField" width="500"/>

See the [API reference](https://kotlinlang.org/api/compose-multiplatform/material3/androidx.compose.material3/-text-field.html) for details.

The default context menu for a simple text element includes only the copy action.
To enable a context menu for a `Text` component, make the text selectable by wrapping it in a `SelectionContainer`:

Expand Down
2 changes: 1 addition & 1 deletion topics/development/multiplatform-ktor-sqldelight.md
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ Create the main `App()` composable for your application, and call it from a `Com
}
```

Here, you are using the [Koin ViewModel API](https://insert-koin.io/docs/reference/koin-compose/compose#viewmodel-for-composable)
Here, you are using the [Koin ViewModel API](https://insert-koin.io/docs/%koinVersion%/reference/koin-compose/compose/#viewmodel-for-composable)
to refer to the `viewModel` you declared in the Android Koin module.

2. Now add the UI code that will implement the loading screen, the column of launch results, and the pull-to-refresh action:
Expand Down
2 changes: 1 addition & 1 deletion v.list
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<var name="sqlDelightVersion" value="2.0.1" type="string"/>
<var name="ktorVersion" value="3.1.3" type="string"/>
<var name="dateTimeVersion" value="0.6.2" type="string"/>
<var name="koinVersion" value="3.5.3" type="string"/>
<var name="koinVersion" value="4.1" type="string"/>
<var name="skieVersion" value="0.10.2-preview.2.1.20" type="string"/>
<var name="kmpncVersion" value="1.0.0-ALPHA-43" type="string"/>
<var name="kspVersion" value="2.1.21-2.0.1" type="string"/>
Expand Down