We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ba90a1 + aa6ca2e commit b6b9aceCopy full SHA for b6b9ace
2 files changed
compose-action-menu/build.gradle.kts
@@ -6,7 +6,6 @@ import org.gradle.kotlin.dsl.libs
6
plugins {
7
id("com.android.library")
8
id("org.jetbrains.kotlin.android")
9
- id("maven-publish")
10
}
11
12
android {
settings.gradle settings.gradle.ktssettings.gradle renamed to settings.gradle.kts
@@ -1,3 +1,5 @@
1
+@file:Suppress("UnstableApiUsage")
2
+
3
pluginManagement {
4
repositories {
5
gradlePluginPortal()
@@ -13,5 +15,5 @@ dependencyResolutionManagement {
13
15
14
16
17
rootProject.name = "ComposeActionMenu"
-include ':sample-app'
-include ':compose-action-menu'
18
+include(":sample-app")
19
+include(":compose-action-menu")
0 commit comments