Skip to content

Commit

Permalink
fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-enko committed Jul 24, 2024
1 parent f350275 commit 2163b2c
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions dokka-integration-tests/gradle/projects/coroutines/coroutines.diff
Original file line number Diff line number Diff line change
Expand Up @@ -251,14 +251,19 @@ index 423c613f3..1f2928998 100644
}
}
diff --git a/ui/kotlinx-coroutines-android/build.gradle.kts b/ui/kotlinx-coroutines-android/build.gradle.kts
index adbafe457..37f5ae988 100644
index adbafe457..d695c8e77 100644
--- a/ui/kotlinx-coroutines-android/build.gradle.kts
+++ b/ui/kotlinx-coroutines-android/build.gradle.kts
@@ -3,6 +3,7 @@ configurations {
@@ -2,9 +2,9 @@ configurations {
create("r8")
}

repositories {
+ /* %{DOKKA_IT_MAVEN_REPO}% */
mavenCentral()
}
-repositories {
- mavenCentral()
-}
+//repositories {
+// mavenCentral()
+//}

project.configureAar()

0 comments on commit 2163b2c

Please sign in to comment.