Skip to content

Commit

Permalink
fixing jitpack compile
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed Nov 3, 2023
1 parent 4b5330f commit f83fa3a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rtmp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ dependencies {
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3"
testImplementation 'junit:junit:4.13.2'
testImplementation "org.mockito.kotlin:mockito-kotlin:5.1.0"
api project(':common')
implementation project(':common')
}
2 changes: 1 addition & 1 deletion rtsp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ dependencies {
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3"
testImplementation 'junit:junit:4.13.2'
testImplementation "org.mockito.kotlin:mockito-kotlin:5.1.0"
api project(':common')
implementation project(':common')
}
3 changes: 1 addition & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
include ':app', ':rtmp', ':encoder', ':rtsp', ':library', ':srt'
include ':common'
include ':app', ':rtmp', ':encoder', ':rtsp', ':library', ':srt', ':common'
2 changes: 1 addition & 1 deletion srt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ dependencies {
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3"
testImplementation 'junit:junit:4.13.2'
testImplementation "org.mockito.kotlin:mockito-kotlin:5.1.0"
api project(':common')
implementation project(':common')
}

0 comments on commit f83fa3a

Please sign in to comment.