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