Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ photoview = '2.3.0'
robolectric = '4.16.1'
sentry = '6.3.0'
squareup-java-poet = '1.13.0'
squareup-kotlin-poet = '1.18.1'
squareup-kotlin-poet = '2.3.0'
squareup-okhttp3 = '5.3.2'
squareup-retrofit = '3.0.0'
wellsql = '2.0.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,10 @@ class RemoteFeatureConfigCheckBuilderTest {

public fun checkRemoteFields() {
if ($classA.remoteField == null) {
throw IllegalArgumentException(""${'"'}org.wordpress.$classA needs to define
remoteField""${'"'})
throw IllegalArgumentException(""${'"'}org.wordpress.$classA needs to define remoteField""${'"'})
}
if ($classB.remoteField == null) {
throw IllegalArgumentException(""${'"'}org.wordpress.$classB needs to define
remoteField""${'"'})
throw IllegalArgumentException(""${'"'}org.wordpress.$classB needs to define remoteField""${'"'})
}
}
}
Expand Down
Loading