Alexey Tsvetkov
Alexey Tsvetkov
@soywiz please note, that you can target JDK 8 (bytecode & api, not runtime) in your library or application code, JDK 11 is needed: * At runtime; * For running...
> This check was in the past, probably something is broken, or accidentally removed. We will fix this @igordmn we only have a check for creating a distribution. The exception...
BTW despite the requirement in the readme, a compose desktop app might actually run on JDK 8 (if you setup a separate JDK for running the compiler itself). In Compose...
> you can target JDK 8 (bytecode & api, not runtime) in your library or application code Another clarification. Right now 1.2.* Compose Desktop Gradle plugin sets the target bytecode...
@ddd28et Hi! Could you try running `createDistributable` task? It should output something like: ``` > Task :createDistributable The distribution is written to /build/compose/binaries/main/app BUILD SUCCESSFUL in 15s 5 actionable tasks:...
> On top of that, the order of operations seems different to what you'd gather from reading Apple's docs. The discussions on Apple's developer forums seem to imply that stapling...
Discussion Episode 9, Part 1: kotlin Gradle plugin, compilers and build systems with Alexey Tsvetkov
@hotchemi AFAIK there is no such plans at the moment
Merged the PR manually with some additional changes on top
Reproduced with a simple button example: ``` import androidx.compose.material.MaterialTheme import androidx.compose.desktop.ui.tooling.preview.Preview import androidx.compose.foundation.background import androidx.compose.foundation.layout.Row import androidx.compose.foundation.layout.fillMaxSize import androidx.compose.foundation.layout.size import androidx.compose.foundation.lazy.LazyColumn import androidx.compose.foundation.lazy.items import androidx.compose.material.Button import androidx.compose.material.Text import androidx.compose.runtime.Composable import...
A relevant issue https://github.com/JetBrains/compose-multiplatform/issues/2924