Skip to content

Commit

Permalink
Apply review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
oas004 committed Apr 28, 2023
1 parent 3a036ac commit 4132393
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions drawablepainter/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 The Android Open Source Project
* Copyright 2023 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -16,10 +16,11 @@
@file:Suppress("UnstableApiUsage")

plugins {
id("com.android.library")
id("kotlin-android")
id("org.jetbrains.dokka")
id("me.tylerbwong.gradle.metalava")
id(libs.plugins.android.library.get().pluginId)
id(libs.plugins.android.kotlin.get().pluginId)
id(libs.plugins.jetbrains.dokka.get().pluginId)
id(libs.plugins.gradle.metalava.get().pluginId)
id(libs.plugins.vanniktech.maven.publish.get().pluginId)
}

kotlin {
Expand Down Expand Up @@ -77,5 +78,3 @@ dependencies {
implementation(libs.compose.ui.ui)
implementation(libs.kotlin.coroutines.android)
}

apply(plugin = "com.vanniktech.maven.publish")

0 comments on commit 4132393

Please sign in to comment.