7789054547
^KT-46972 Fixed
14 lines
218 B
Kotlin
14 lines
218 B
Kotlin
description = "Compatibility artifact with Mutable and ReadOnly annotations"
|
|
|
|
plugins {
|
|
java
|
|
id("jps-compatible")
|
|
}
|
|
|
|
project.updateJvmTarget("1.6")
|
|
|
|
sourceSets {
|
|
"main" { projectDefault() }
|
|
"test" {}
|
|
}
|