blob: 651f720ae49f662c2bf1362f24d94f8b53ae30a0 [file] [log] [blame]
LuK13378a3e3cf2020-05-05 22:46:24 +02001java_import {
2 name: "etar-lib-kotlinx-coroutines-android",
3 host_supported: true,
4 jars: ["kotlinx-coroutines-android-1.1.1.jar"],
5 sdk_version: "current",
6}
7
8java_import {
9 name: "etar-lib-kotlinx-coroutines-core",
10 host_supported: true,
11 jars: ["kotlinx-coroutines-core-1.2.1.jar"],
12 sdk_version: "current",
13}