Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit a4ba68a

Browse files
committed
Add batch module to client
1 parent b3b928c commit a4ba68a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

simplekotlinmail-client/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
@file:Suppress("UNUSED_VARIABLE")
22

3+
import Common_build_script_gradle.*
4+
35
/**
46
* PLUGINS
57
*/
@@ -20,6 +22,8 @@ kotlin {
2022

2123
implementation(project(":${rootProject.name}-core"))
2224

25+
api("org.simplejavamail:batch-module:${Versions.simpleJavaMail}")
26+
2327
}
2428

2529
}

0 commit comments

Comments
 (0)