Skip to content

Commit a87f0f8

Browse files
committed
-Minor change
1 parent f7236f9 commit a87f0f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ dependencies {
3737
implementation(Deps.gson)
3838

3939
//Coroutines
40-
api(Deps.coroutines)
40+
api(Deps.coroutines) {
41+
this.isTransitive = true
42+
}
4143
}
4244

4345
java {

0 commit comments

Comments
 (0)