Build: Setup jvmTarget 1.6 for several common modules
Some modules depending on them target jvm 1.6 and can't depend on jvm 1.8 module in Gradle 6.5.
This commit is contained in:
@@ -4,6 +4,8 @@ apply plugin: 'kotlin-platform-common'
|
|||||||
|
|
||||||
configurePublishing(project)
|
configurePublishing(project)
|
||||||
|
|
||||||
|
jvmTarget = "1.6"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile kotlinStdlib("common")
|
compile kotlinStdlib("common")
|
||||||
testCompile project(":kotlin-test:kotlin-test-common")
|
testCompile project(":kotlin-test:kotlin-test-common")
|
||||||
|
|||||||
@@ -4,6 +4,8 @@ apply plugin: 'kotlin-platform-common'
|
|||||||
|
|
||||||
configurePublishing(project)
|
configurePublishing(project)
|
||||||
|
|
||||||
|
jvmTarget = "1.6"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile kotlinStdlib("common")
|
compile kotlinStdlib("common")
|
||||||
testCompile project(":kotlin-test:kotlin-test-annotations-common")
|
testCompile project(":kotlin-test:kotlin-test-annotations-common")
|
||||||
|
|||||||
@@ -4,6 +4,8 @@ apply plugin: 'kotlin-platform-common'
|
|||||||
|
|
||||||
configurePublishing(project)
|
configurePublishing(project)
|
||||||
|
|
||||||
|
jvmTarget = "1.6"
|
||||||
|
|
||||||
def commonSrcDir = "../src"
|
def commonSrcDir = "../src"
|
||||||
def commonTestSrcDir = "../test"
|
def commonTestSrcDir = "../test"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user