diff options
Diffstat (limited to 'testApi/build.gradle')
-rw-r--r-- | testApi/build.gradle | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testApi/build.gradle b/testApi/build.gradle new file mode 100644 index 00000000..5425b7bc --- /dev/null +++ b/testApi/build.gradle @@ -0,0 +1,12 @@ +buildscript { + dependencies { + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" + } +} +apply plugin: 'kotlin' + +dependencies { + implementation project(':core') + implementation group: 'junit', name: 'junit', version: '4.12' + implementation group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit', version: kotlin_version +}
\ No newline at end of file |