Store kotlin-native-shared version in the jar of the Gradle plugin
This commit is contained in:
@@ -114,7 +114,8 @@ tasks {
|
||||
named<ProcessResources>("processResources") {
|
||||
val propertiesToExpand = mapOf(
|
||||
"projectVersion" to project.version,
|
||||
"kotlinNativeVersion" to project.kotlinNativeVersion
|
||||
"kotlinNativeVersion" to project.kotlinNativeVersion,
|
||||
"kotlinNativeSharedVersion" to project.kotlinNativeSharedVersion
|
||||
)
|
||||
for ((name, value) in propertiesToExpand) {
|
||||
inputs.property(name, value)
|
||||
|
||||
Reference in New Issue
Block a user