aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
AgeCommit message (Expand)Author
2019-09-04Gradle version 5.6.1Roman Elizarov
2019-09-04Fix propagation for stressTest property for nightly stress testsRoman Elizarov
2019-08-21Add skip_snapshot_checks flag for snapshot train debuggabilityVsevolod Tolstopyatov
2019-08-05Remove no longer needed tests excludesLouis CAD
2019-07-19Module with kotlinx-coroutines BOM for better dependency managementVsevolod Tolstopyatov
2019-07-18Channel.receiveOrNull becomes extension, internal receiveOrClosed addedVsevolod Tolstopyatov
2019-06-03Disable binary compatibility tests in snapshot trainsVsevolod Tolstopyatov
2019-04-21Fix atomicfu post-processing and dependenciesRoman Elizarov
2019-04-18Print manifest of Kotlin compiler during snapshot buildsVsevolod Tolstopyatov
2019-04-17Fix test masks for snapshot buildsVsevolod Tolstopyatov
2019-04-16Infrastructure to build kotlinx.coroutines against Kotlin snapshotsVsevolod Tolstopyatov
2019-03-25Custom ServiceLoader without jar checksum verificationsokolova
2019-02-22Rollback temporary teamcity repoRoman Elizarov
2019-01-28Migration to new multiplatorm plugin (#947)Vsevolod Tolstopyatov
2019-01-23Update to gradle 4.10Vsevolod Tolstopyatov
2018-12-17Introduce test module with testable main dispatcher (#749)Vsevolod Tolstopyatov
2018-12-13Merge pull request #876 from Kotlin/debug-agentVsevolod Tolstopyatov
2018-12-13Repackage byte-buddy along with debug agent (so it shouldn't be a dependency ...Vsevolod Tolstopyatov
2018-11-27Code style improvementsVsevolod Tolstopyatov
2018-11-27Enable progressive modeVsevolod Tolstopyatov
2018-11-12Ability to publish develop branch to oss.jfrogVsevolod Tolstopyatov
2018-10-24Version 1.0.0Vsevolod Tolstopyatov
2018-10-24Add workaround for removed Google dependencyVsevolod Tolstopyatov
2018-10-13Dokka fixesVsevolod Tolstopyatov
2018-10-09Experimental annotation revisit:Vsevolod Tolstopyatov
2018-10-08Migrate to Kotlin 1.3 coroutines, drop experimental from packageRoman Elizarov
2018-08-23Introduce ThreadContextElement API to integrate with thread-local sensitive codeRoman Elizarov
2018-08-22Fixed generation of visibilities.json for PublicApiTestRoman Elizarov
2018-08-21Generate proper benchmarks jarVsevolod Tolstopyatov
2018-07-25Kotlin/Native supportVsevolod Tolstopyatov
2018-06-29Fixed placement of resource files in new project structureRoman Elizarov
2018-06-29Updated copyright to short template and year 2018 across all filesRoman Elizarov
2018-06-29Merge 'develop' into project-structureRoman Elizarov
2018-06-27Kotlin 1.2.51Roman Elizarov
2018-06-19Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimen...Vsevolod Tolstopyatov
2018-05-14Introduce binary-compatibility-validator moduleVsevolod Tolstopyatov
2018-04-24Setup dependency resolution strategy to force kotlin_versionIlya Gorbunov
2018-04-11Restructure build logic, prepare for nativeRoman Elizarov
2018-04-04Extracted compilation configs into separate build filesRoman Elizarov
2018-03-05JS: Publish to npm:Roman Elizarov
2018-01-17Fixed "kotlinSnapshot" build modeRoman Elizarov
2018-01-17Report Kotlin compiler version when building projectRoman Elizarov
2018-01-11Rollback to production Kotlin version 1.2.10Roman Elizarov
2018-01-11Use async tests on Kotlin/JS with Kotlin version 1.2.20-eap-33Roman Elizarov
2017-12-27MPP: Example frontend JS application using nodejs and webpackRoman Elizarov
2017-12-26MPP: Added js-stub module to properly render Promise extension in DokkaRoman Elizarov
2017-12-26MPP: Move .pom config to publish-bintray.gradle fileRoman Elizarov
2017-12-23MPP: Dokka support via hacks (using dev version 0.9.16-eap-2-dev-1)Roman Elizarov
2017-12-21MPP: Build logic organization/refactoring & Kotlin/JS tests with MochaRoman Elizarov
2017-12-21MPP: Common tests framework & CommonCoroutinesTestRoman Elizarov