diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-12-26 11:59:57 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-26 06:29:57 +0000 |
commit | 674a7d299bbe10692902d35fd2bbeef9ebe7a9f5 (patch) | |
tree | f2b01d88bc8845b1f27c7f012a6254b3e965e55c /coroutine-utils-testing | |
parent | 43f6a0090f4f89464348eae98bf7303fa59bd13a (diff) |
Misc cleanups to build-logic and expand BCV exclusion list (#1622)
* build-logic: remove `kotlin-dsl-precompiled-script-plugins` plugin
* build-logic: use generated accessors for extensions
* build: exclude non-published library projects from API dump
There's no point in tracking binary compatibility for libraries that are only used internally
Diffstat (limited to 'coroutine-utils-testing')
-rw-r--r-- | coroutine-utils-testing/api/coroutine-utils-testing.api | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/coroutine-utils-testing/api/coroutine-utils-testing.api b/coroutine-utils-testing/api/coroutine-utils-testing.api deleted file mode 100644 index a90e209f..00000000 --- a/coroutine-utils-testing/api/coroutine-utils-testing.api +++ /dev/null @@ -1,8 +0,0 @@ -public final class dev/msfjarvis/aps/test/CoroutineTestRule : org/junit/rules/TestWatcher { - public fun <init> ()V - public fun <init> (Lkotlinx/coroutines/test/TestDispatcher;)V - public synthetic fun <init> (Lkotlinx/coroutines/test/TestDispatcher;ILkotlin/jvm/internal/DefaultConstructorMarker;)V - public final fun getTestDispatcher ()Lkotlinx/coroutines/test/TestDispatcher; - public final fun getTestDispatcherProvider ()Ldev/msfjarvis/aps/util/coroutines/DispatcherProvider; -} - |