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 181c659 commit bed38b9Copy full SHA for bed38b9
1 file changed
server/core/build.gradle.kts
@@ -76,8 +76,12 @@ dependencies {
76
implementation("org.java-websocket:Java-WebSocket:1.+")
77
implementation("com.melloware:jintellitype:1.+")
78
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0")
79
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
80
- implementation("com.mayakapps.kache:kache:2.1.1")
+
+ // 2.1.1 - of kache cause OSCQuery to fail on android.
81
+ // Same goes for upgrading coroutines. kache prob upgrade coroutines too.
82
+ // proceed with caution if you plan on upgrading that library
83
+ implementation("com.mayakapps.kache:kache:2.1.0")
84
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
85
86
api("com.github.loucass003:EspflashKotlin:v0.11.0")
87
0 commit comments