Skip to content

Instantly share code, notes, and snippets.

View mcpiroman's full-sized avatar

Wojciech Litewka mcpiroman

View GitHub Profile
@mcpiroman
mcpiroman / build.gradle.kts
Last active February 12, 2023 19:53
Compose for Desktop with Proguard setup
import org.jetbrains.compose.compose
import org.jetbrains.compose.desktop.application.dsl.TargetFormat
buildscript {
dependencies {
classpath("com.guardsquare:proguard-gradle:7.2.1")
}
}
repositories {