Big Chungus
11/01/2022, 3:04 PMAlex Styl
11/02/2022, 9:13 AMczuckie
11/02/2022, 1:21 PM@Composable
functions that return Painter
instances?Lucas
11/02/2022, 4:22 PMAlex Styl
11/03/2022, 6:03 AMimplementation(compose.desktop.macos_x64)
in my dependencies, but when i do ./gradlew runReleaseDistributable
on my M1, the app crashes with “Failed to launch JVM”mikehearn
11/03/2022, 11:56 AMAlex Styl
11/03/2022, 3:36 PMAbdelilah El Aissaoui
11/03/2022, 6:36 PMadte
11/04/2022, 5:24 PMStylianos Gakis
11/05/2022, 12:31 AMjvm
module, and I want to have access to some compose classes.
I get a problem, where I get an error which among other things says
AmbiguousConfigurationSelectionException: Cannot choose between the following variants of org.jetbrains.skiko:skiko androidRuntimeElements-published awtRuntimeElements-published
Looks a lot like this issue but isn’t quite the same.
Anyone experienced this before? Not sure if it’s the right channel but thought I’d give it a try.Alex Styl
11/05/2022, 4:19 AMcreateDistributable
createReleaseDistributable
, packageDmg
and packageReleaseDmg
?Aman Kapoor
01/10/2022, 4:25 PMAlex Styl
11/05/2022, 12:52 PMAlex Styl
11/06/2022, 4:12 AMAlex Styl
11/06/2022, 6:14 AMAlex Styl
11/06/2022, 6:15 AMcarlos.paulino
11/07/2022, 3:07 AMTray
Composable was styled?Alex Styl
11/07/2022, 4:49 AM.app
created by ./createDistributable
& share it outside of the app store).
I am following the Signing and notarizing distributions for macOS tutorial and I am getting Unnotarized Developer ID
when I check if the app is signed (using spctl -vvv --assess --type exec /path/to/*.app
). Can’t find online what that error message meansAlex Styl
11/07/2022, 5:38 AMmikehearn
11/07/2022, 11:28 AMAlex Styl
11/08/2022, 5:01 AMcreateDistributable
is mentioned which creates an .app
file, but i only see notarize gradle tasks for pkg and dmgsadte
11/08/2022, 9:05 AMAlex Styl
11/08/2022, 2:07 PMarekolek
11/08/2022, 6:45 PM.dmg
? I didn’t do anything to include notifications, but when I run the app there is a notification shown
(reposted to add screenshot)PHondogo
11/09/2022, 10:49 PMModalNavigationDrawer(
drawerContent = {
Column {
repeat(10) {
NavigationDrawerItem(label = { Text("Menu item $it") }, selected = false, onClick = {})
}
}
}
)
Alex Styl
11/10/2022, 2:16 AMAlex Styl
11/10/2022, 9:23 AM.app
? I made a mac os share extension that I would like to include in the packaged jetapck compose app on macosXad Kile
11/11/2022, 7:47 AMFocusRequester
in my state object and use them to focus on the views. I tried this approach on a sample app and it works, but is it advisable to do that? Is that a bad practice? Thank youJerry Yion
11/11/2022, 8:58 AMFailed to Image::makeFromEncoded
Abdelilah El Aissaoui
11/11/2022, 7:31 PMSelectionContainer {
LazyColumn {
items(100) {
Text("Line number $it")
}
}
}
I've also noticed some items can be skipped like in the attached image.
Text selection in lazy columns is quite buggy in general, not sure if I can do something to improve it. CodeViewer demo has the same issue.