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.
		
			
				
	
	
		
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			379 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			379 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
 | 
						|
-keep class androidx.compose.runtime.** { *; }
 | 
						|
-keep class androidx.collection.** { *; }
 | 
						|
-keep class androidx.lifecycle.** { *; }
 | 
						|
 | 
						|
# We're excluding Material 2 from the project as we're using Material 3
 | 
						|
-dontwarn androidx.compose.material.**
 | 
						|
 | 
						|
# Kotlinx coroutines rules seems to be outdated with the latest version of Kotlin and Proguard
 | 
						|
-keep class kotlinx.coroutines.** { *; } |