Sagar
01/28/2024, 8:44 AMgradle :composeApp:run
, I don't want iOS, but how can I run the web app, from module wasmJsMain, is it even possible to run it?Alejandro Rios
01/28/2024, 4:15 PM./gradlew :composeApp:jsBrowserDevelopmentRun
?Sagar
01/29/2024, 6:02 PMAlejandro Rios
01/29/2024, 7:27 PMAntoni Zwolski
02/18/2024, 1:02 AMPS C:\Users\zwo7a\Downloads\KotlinProject\KotlinProject> ./gradlew jsBrowserDevelopmentRun
Starting a Gradle Daemon, 1 incompatible and 3 stopped Daemons could not be reused, use --status for details
Type-safe project accessors is an incubating feature.
> Configure project :composeApp
New 'wasm' target is Work-in-Progress and is subject to change without notice.
w: The following Kotlin/Native targets cannot be built on this machine and are disabled:
iosArm64, iosSimulatorArm64, iosX64
To hide this message, add 'kotlin.native.ignoreDisabledTargets=true' to the Gradle properties.
> Configure project :shared
New 'wasm' target is Work-in-Progress and is subject to change without notice.
w: The following Kotlin/Native targets cannot be built on this machine and are disabled:
iosArm64, iosSimulatorArm64, iosX64
To hide this message, add 'kotlin.native.ignoreDisabledTargets=true' to the Gradle properties.
FAILURE: Build failed with an exception.
Antoni Zwolski
02/18/2024, 1:03 AMPS C:\Users\zwo7a\Downloads\KotlinProject\KotlinProject> ./gradlew :composeApp:jsBrowserDevelopmentRun
Starting a Gradle Daemon, 1 incompatible and 6 stopped Daemons could not be reused, use --status for details
Type-safe project accessors is an incubating feature.
> Configure project :composeApp
New 'wasm' target is Work-in-Progress and is subject to change without notice.
w: The following Kotlin/Native targets cannot be built on this machine and are disabled:
iosArm64, iosSimulatorArm64, iosX64
To hide this message, add 'kotlin.native.ignoreDisabledTargets=true' to the Gradle properties.
> Configure project :shared
New 'wasm' target is Work-in-Progress and is subject to change without notice.
w: The following Kotlin/Native targets cannot be built on this machine and are disabled:
iosArm64, iosSimulatorArm64, iosX64
To hide this message, add 'kotlin.native.ignoreDisabledTargets=true' to the Gradle properties.
FAILURE: Build failed with an exception.
* What went wrong:
Cannot locate tasks that match ':composeApp:jsBrowserDevelopmentRun' as task 'jsBrowserDevelopmentRun' not found in project ':composeApp'.
Antoni Zwolski
02/18/2024, 1:05 AM