Update year to 2023 in COPYRIGHT_HEADER.txt
This commit is the result of changing the year to 2023 in COPYRIGHT_HEADER.txt and running all `generate*` tasks in `generators/build.gradle.kts`.
This commit is contained in:
+1
-1
@@ -41,4 +41,4 @@ interface KotlinCommonOptions : org.jetbrains.kotlin.gradle.dsl.KotlinCommonTool
|
||||
var useK2: kotlin.Boolean
|
||||
get() = options.useK2.get()
|
||||
set(value) = options.useK2.set(value)
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -107,4 +107,4 @@ interface KotlinJsCompilerOptions : org.jetbrains.kotlin.gradle.dsl.KotlinCommon
|
||||
*/
|
||||
@get:org.gradle.api.tasks.Input
|
||||
val typedArrays: org.gradle.api.provider.Property<kotlin.Boolean>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user