rackadev

Results 22 comments of rackadev

1.7.0 has launched but they are all still marked as Experimental. Any updates on this?

> I have managed to create a [template setup](https://gist.github.com/mcpiroman/cf511c5f9312a59e8f821706738eeab3) with ProGruard, that supports native distribution and packaging. It does not relay on uberjar, but can be easily modified to merge...

> > I have managed to create a [template setup](https://gist.github.com/mcpiroman/cf511c5f9312a59e8f821706738eeab3) with ProGruard, that supports native distribution and packaging. It does not relay on uberjar, but can be easily modified to...

I tried the MrStahlfelge's method and just got jar that couldn't run. I was using the Multiplatform plugin on the desktop module for my app but switched to jvm (since...

That got rid of the `@Serializable` issue but seems like there's a lot more stuff that's been removed. I use Ktor and that doesn't work either. Now I just get...

> ``` ># Don't touch third party libraries >-dontwarn !com.mycompany.myapp.** >-keep class !com.mycompany.myapp.** { *; } >``` This definitely fixes my problem but the package size isn't reduced by much....

However, I've found a temp solution for my problem using `-dontobfuscate` in the proguard-rules. I know this means I give up the security obfuscation provides but it's better than nothing....

Here's my completed `build.gradle.kts`. This setup works perfectly when paired with the above `proguard-rules`. This works if you are using `kotlin("jvm")`. Will try to make a setup for `multiplatform` later...

same here the Bluetooth icon is gone

Delete `maven(url = https://kotlin.bintray.com/kotlinx/)` In the root build.gradle.kts file That url seems to be removed since the packages have been moved the the main mavenCentral repo