diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2023-02-21 17:03:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-21 17:03:05 +0100 |
commit | f4a6a6a2d62174989e1106f279a6d578d90c22c1 (patch) | |
tree | ce19242722076c6233f801417e82ee273f4be6f6 /.gitmodules | |
parent | ecd2d337967244add2d52d7b7456a21d8e6ede54 (diff) | |
download | dokka-f4a6a6a2d62174989e1106f279a6d578d90c22c1.tar.gz dokka-f4a6a6a2d62174989e1106f279a6d578d90c22c1.tar.bz2 dokka-f4a6a6a2d62174989e1106f279a6d578d90c22c1.zip |
Remove outdated stdlib integration test (#2841)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 89cd6fb9..378d0ce6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "integration-tests/gradle/projects/stdlib/kotlin-dokka-stdlib"] - path = integration-tests/gradle/projects/stdlib/kotlin-dokka-stdlib - url = https://github.com/JetBrains/kotlin-dokka-stdlib [submodule "integration-tests/gradle/projects/coroutines/kotlinx-coroutines"] path = integration-tests/gradle/projects/coroutines/kotlinx-coroutines url = https://github.com/Kotlin/kotlinx.coroutines |