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 4c4465b commit ce7d24fCopy full SHA for ce7d24f
directappupdate/build.gradle.kts
@@ -3,6 +3,7 @@ plugins {
3
alias(libs.plugins.jetbrains.kotlin.android)
4
id("kotlin-kapt")
5
id("dagger.hilt.android.plugin")
6
+ id("maven-publish")
7
}
8
9
android {
jitpack.yml
@@ -1,2 +1,5 @@
1
jdk:
2
- - openjdk17
+ - openjdk17
+before_install:
+ - sdk install java 17.0.9-open
+ - sdk use java 17.0.9-open
settings.gradle.kts
@@ -16,6 +16,7 @@ dependencyResolutionManagement {
16
repositories {
17
google()
18
mavenCentral()
19
+ maven { url = uri("https://jitpack.io") }
20
21
22
0 commit comments