Add basic network feature.
Basic implementation of a WebSocket protocol with JSON. Note : obfuscation & release build are deactivated again. Netty (needed for Ktor server) is a nightmare to build in release with or without proguard. Spend more time until now on project configuration that in actual prototyping.
This commit is contained in:
parent
ba0cc30a1a
commit
0e5fee6771
22 changed files with 958 additions and 161 deletions
|
|
@ -1,5 +1,3 @@
|
|||
## Data Store old dependancies not removed properly.
|
||||
-dontwarn okio.AsyncTimeout$Watchdog
|
||||
|
||||
-keep class androidx.compose.runtime.** { *; }
|
||||
-keep class androidx.collection.** { *; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue