apply plugin: 'java-library'
apply plugin: 'kotlin'
sourceCompatibility = "8"
targetCompatibility = "8"
dependencies {
api project(":fints4k")
}