spierce7
11/06/2021, 7:04 PMmikehearn
11/08/2021, 2:25 PMrsktash
11/09/2021, 5:42 AMmikehearn
11/09/2021, 12:15 PMisMinimized
flag but nothing for being maximized. Wanting to start full screen will be quite a common request.mikehearn
11/09/2021, 12:19 PMmikehearn
11/09/2021, 12:20 PMhfhbd
11/11/2021, 12:44 AM{"error":"Packages monthly outgoing traffic limit of 1.4 TB exceeded"}
https://github.com/JetBrains/compose-jb/issues/1385elect
11/11/2021, 8:54 AMelect
11/11/2021, 11:10 AM@Preview
for Desktop as well?Rohan Maity
11/12/2021, 4:15 PMAli Albaali
11/15/2021, 7:36 PMBox
with the same height as other contents of a Row
within a LazyColumn
?
Setting the Box to fillMaxHeight()
won't display the Box, and setting it to fillParentMaxHeight()
will make its height larger than the rest of the content.
Is it a bug or am I missing something here?
LazyColumn {
item {
Row {
Box(
Modifier
.background(Color.Blue)
.width(5.dp)
.fillMaxHeight(),
)
Text("Hello world!")
}
}
}
seb
11/17/2021, 7:49 AMKebbin
11/19/2021, 12:02 PMThomas
11/20/2021, 8:09 PMandroidx.compose.animation:animation-graphics
with Compose for Desktop? On Android. The dependency is not listed here: https://github.com/JetBrains/compose-jb/blob/master/gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt#L157Kirill Grouchnikov
11/22/2021, 2:53 AM1.0.0-beta2
drop. Rich tooltips can show title, main icon, multiple optional description sections and an optional footer with icon and multiple sections. Also fully supports the RTL mode.darkmoon_uk
11/23/2021, 1:19 PMKirill Grouchnikov
11/23/2021, 5:51 PMorg.jetbrains.compose:compose-gradle-plugin
seems to be on 1.0.0-rc3
already, while the rest is on 1.0.0-rc2
Brian G
11/24/2021, 10:53 AMDragos Rachieru
11/25/2021, 2:26 PMAlertDialog
in the common module, I have added it in the code(imported it even tho it shows errors and have no auto complete) and used it as it is, and it works on both Android
and Desktop
, is there a reason why I can't use it in common code?spierce7
11/25/2021, 5:22 PMExecution failed for task ':app:configureDesktopPreviewJvm'.
> Could not resolve all files for configuration ':app:detachedConfiguration2'.
> Could not find org.jetbrains.compose:preview-rpc:1.0.0-rc3.
Searched in the following locations:
- <https://repo.maven.apache.org/maven2/org/jetbrains/compose/preview-rpc/1.0.0-rc3/preview-rpc-1.0.0-rc3.pom>
If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
Required by:
project :app
luen
11/26/2021, 4:30 PMaltavir
11/28/2021, 2:20 PMsmallshen
11/28/2021, 8:14 PMChris Sinco [G]
11/29/2021, 9:25 AMColton Idle
11/30/2021, 3:42 AMluen
11/30/2021, 5:42 PMrsktash
11/30/2021, 10:49 PMKirill Grouchnikov
12/01/2021, 5:03 PMolonho
12/02/2021, 1:02 PMKirill Grouchnikov
12/03/2021, 4:11 AM