diff options
author | therealbush <therealbush@users.noreply.github.com> | 2022-04-01 19:26:05 -1000 |
---|---|---|
committer | therealbush <therealbush@users.noreply.github.com> | 2022-04-01 19:26:05 -1000 |
commit | f91739108759aea33b0442933ae064c783a1f89d (patch) | |
tree | c512908b3a7b7be62708b32c0e4dbd78d655f48d /build.gradle.kts | |
parent | 48b57ceb1680af6c426b6f928a403c958b1d3279 (diff) | |
download | eventbus-kotlin-f91739108759aea33b0442933ae064c783a1f89d.tar.gz eventbus-kotlin-f91739108759aea33b0442933ae064c783a1f89d.tar.bz2 eventbus-kotlin-f91739108759aea33b0442933ae064c783a1f89d.zip |
almost done, just need to make thread safe, test, and document
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 4368375..8d214a6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,4 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile -import org.gradle.api.tasks.testing.logging.TestLogEvent.* -import org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL -import kotlin.collections.setOf plugins { kotlin("jvm") version "1.6.10" |