Browse Source

Update outdated `apply` command

An An 5 months ago
parent
commit
20fb57faf9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      charts/build.gradle.kts

+ 1 - 1
charts/build.gradle.kts

@@ -1,6 +1,7 @@
 plugins {
     id("com.android.library")
     kotlin("android")
+    id(Libs.maven_publish)
 }
 
 buildscript {
@@ -9,7 +10,6 @@ buildscript {
     }
 
 }
-apply(plugin = Libs.maven_publish)
 
 android {
     compileSdkVersion(AndroidConstants.compileSdkVersions)