We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef5c69 commit b3b47c5Copy full SHA for b3b47c5
ipc-core/build.gradle
@@ -39,12 +39,12 @@ android {
39
40
dependencies {
41
42
- implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
43
- implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
+ api "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
+ api "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
44
api project(path: ':ipc-annotation')
45
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
46
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
47
- implementation 'com.google.code.gson:gson:2.8.7'
+ api 'com.google.code.gson:gson:2.8.7'
48
49
// kapt "com.squareup.moshi:moshi-kotlin-codegen:1.12.0"
50
// implementation "com.squareup.moshi:moshi:1.12.0"
0 commit comments