Skip to content

Commit

Permalink
Update compose version and kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
KovalevAndrey committed Apr 12, 2024
1 parent c487c9f commit ac056ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# keep sorted please, use Edit -> Sort Lines

[versions]
androidCompileSdk = "33"
androidCompileSdk = "34"
androidMinSdk = "21"
androidTargetSdk = "32"
androidTargetSdk = "34"
accompanist = "0.28.0"
androidx-lifecycle = "2.6.1"
androidx-navigation-compose = "2.5.1"
coil = "2.2.1"
composeBom = "2023.05.01"
composeCompiler = "1.4.4"
composeBom = "2024.04.00"
composeCompiler = "1.5.11"
ribs = "0.39.0"
mvicore = "1.2.6"
coroutines = "1.6.4"
kotlin = "1.8.10"
kotlin = "1.9.23"
junit5 = "5.8.2"
detekt = "1.22.0"
dependencyAnalysis = "1.13.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import com.jakewharton.rxrelay2.PublishRelay
import com.jakewharton.rxrelay2.Relay
import io.reactivex.Observer

class NodeConnector<Input, Output>(
class NodeConnector<Input, Output: Any>(
override val input: Relay<Input> = PublishRelay.create(),
) : Connectable<Input, Output> {

Expand Down

0 comments on commit ac056ca

Please sign in to comment.