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 28, 2024
1 parent 010b181 commit 0fd16d3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions core/image-loader/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
apply plugin: "com.android.library"
apply plugin: "kotlin-android"
plugins {
id("com.android.library")
id("kotlin-android")
alias(libs.plugins.jetbrains.compose)
alias(libs.plugins.compose.compiler)
}

android {
namespace 'com.krossovochkin.kweather.imageloader'
Expand Down

0 comments on commit 0fd16d3

Please sign in to comment.