We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f3ed6 commit fd29c43Copy full SHA for fd29c43
build.gradle
@@ -16,6 +16,7 @@ buildscript {
16
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
17
classpath 'org.jlleitschuh.gradle:ktlint-gradle:10.2.0'
18
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.5.30"
19
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
20
}
21
22
settings.gradle
@@ -6,7 +6,7 @@ dependencyResolutionManagement {
6
jcenter() // Warning: this repository is going to shut down soon
7
8
9
-rootProject.name = "Kotlin Bloc"
+rootProject.name = "KotlinBloc"
10
include ':sample'
11
include ':core'
12
include ':compose'
0 commit comments