Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
krossovochkin authored Nov 29, 2024
1 parent 0fd16d3 commit 9647be0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/image-loader/jvm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ buildscript {
}
}

plugins {
id("kotlin-multiplatform")
alias(libs.plugins.jetbrains.compose)
alias(libs.plugins.compose.compiler)
}

repositories {
mavenCentral()
maven {
Expand Down

0 comments on commit 9647be0

Please sign in to comment.