kotlin-tooling-core: Setup binary compatibility tests
This commit is contained in:
committed by
Space
parent
93e04c0b33
commit
6a96b6ec3f
@@ -8,6 +8,11 @@ sourcesJar()
|
||||
javadocJar()
|
||||
configureKotlinCompileTasksGradleCompatibility()
|
||||
|
||||
kotlin.sourceSets.configureEach {
|
||||
languageSettings.apiVersion = "1.4"
|
||||
languageSettings.languageVersion = "1.4"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(kotlinStdlib())
|
||||
testImplementation(project(":kotlin-test:kotlin-test-junit"))
|
||||
|
||||
Reference in New Issue
Block a user