blob: 6e1d6913faee06dcaa25febb394cecb8fa7f6bac [file] [log] [blame]
Steve Elliott03b0ed02019-09-06 13:45:05 -04001name: "kotlinx.coroutines"
2description:
3 "Library support for Kotlin coroutines"
4
5third_party {
6 url {
7 type: GIT
8 value: "https://github.com/Kotlin/kotlinx.coroutines"
9 }
10 version: "1.3.0-M2"
Bob Badour83c55382020-04-23 13:40:05 -070011 license_type: NOTICE
Steve Elliott03b0ed02019-09-06 13:45:05 -040012 last_upgrade_date { year: 2019 month: 7 day: 2 }
13}