kpgalligan
02/13/2020, 1:29 AMbasher
02/13/2020, 6:06 AMmsink
02/13/2020, 7:28 AMBuild tasks
-----------
assemble - Assembles the outputs of this project.
build - Assembles and tests this project.
buildDependents - Assembles and tests this project and all projects that depend on it.
buildNeeded - Assembles and tests this project and all projects it depends on.
clean - Deletes the build directory.
compileKotlinMingwX64 - Compiles a klibrary from the 'main' compilation for target 'native'.
compileKotlinMingwX86 - Compiles a klibrary from the 'main' compilation for target 'native'.
compileTestKotlinMingwX64 - Compiles a klibrary from the 'test' compilation for target 'native'.
compileTestKotlinMingwX86 - Compiles a klibrary from the 'test' compilation for target 'native'.
linkDebugTestMingwX64 - Links a test executable 'debugTest' for a target 'mingwX64'.
linkDebugTestMingwX86 - Links a test executable 'debugTest' for a target 'mingwX86'.
metadataJar - Assembles a jar archive containing the main classes.
metadataMainClasses - Assembles outputs for compilation 'main' of target 'metadata'
mingwX64MainKlibrary - Assembles outputs for compilation 'main' of target 'mingwX64'
mingwX64TestKlibrary - Assembles outputs for compilation 'test' of target 'mingwX64'
mingwX86MainKlibrary - Assembles outputs for compilation 'main' of target 'mingwX86'
mingwX86TestKlibrary - Assembles outputs for compilation 'test' of target 'mingwX86'
Verification tasks
------------------
allTests - Runs the tests for all targets and create aggregated report
check - Runs all checks.
mingwX64Test - Executes Kotlin/Native unit tests for target mingwX64.
linkDebugTestMingwX86
is here, but mingwX86Test
isn't.Artyom Degtyarev [JB]
02/13/2020, 8:23 AMmingw_x86
is not available as a host, and it isn’t a simulator.Arkadii Ivanov
02/13/2020, 8:26 AMmsink
02/13/2020, 8:42 AMmingw_x86
is not host, but mingw_x64
host can run it as native executable, without any simulators.Artyom Degtyarev [JB]
02/13/2020, 9:30 AMNikolay Kasyanov
02/13/2020, 10:06 AM