Skip to content

Commit b3b47c5

Browse files
committed
alter build.gradle
1 parent 7ef5c69 commit b3b47c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ipc-core/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ android {
3939

4040
dependencies {
4141

42-
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
43-
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
42+
api "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
43+
api "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
4444
api project(path: ':ipc-annotation')
4545
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
4646
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
47-
implementation 'com.google.code.gson:gson:2.8.7'
47+
api 'com.google.code.gson:gson:2.8.7'
4848

4949
// kapt "com.squareup.moshi:moshi-kotlin-codegen:1.12.0"
5050
// implementation "com.squareup.moshi:moshi:1.12.0"

0 commit comments

Comments
 (0)