): org.gradle.api.file.CopySpec =
+ `expand`(mapOf(*`properties`), `action`)
+
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions22Kt.class b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions22Kt.class
new file mode 100644
index 0000000..aa5112e
Binary files /dev/null and b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions22Kt.class differ
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions23.kt b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions23.kt
new file mode 100644
index 0000000..ec593ab
--- /dev/null
+++ b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions23.kt
@@ -0,0 +1,43 @@
+/*
+ * Copyright 2018 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+@file:Suppress(
+ "unused",
+ "nothing_to_inline",
+ "useless_cast",
+ "unchecked_cast",
+ "extension_shadowed_by_member",
+ "redundant_projection",
+ "RemoveRedundantBackticks",
+ "ObjectPropertyName",
+ "deprecation"
+)
+@file:org.gradle.api.Generated
+
+/* ktlint-disable */
+
+package org.gradle.kotlin.dsl
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.flow.FlowScope.always].
+ *
+ * @see org.gradle.api.flow.FlowScope.always
+ */
+@org.gradle.api.Incubating
+inline fun org.gradle.api.flow.FlowScope.`always`(`action`: kotlin.reflect.KClass>, `configure`: org.gradle.api.Action>): org.gradle.api.flow.FlowScope.Registration =
+ `always`(`action`.java, `configure`)
+
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions23Kt.class b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions23Kt.class
new file mode 100644
index 0000000..7792180
Binary files /dev/null and b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions23Kt.class differ
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions24.kt b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions24.kt
new file mode 100644
index 0000000..8480fff
--- /dev/null
+++ b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions24.kt
@@ -0,0 +1,141 @@
+/*
+ * Copyright 2018 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+@file:Suppress(
+ "unused",
+ "nothing_to_inline",
+ "useless_cast",
+ "unchecked_cast",
+ "extension_shadowed_by_member",
+ "redundant_projection",
+ "RemoveRedundantBackticks",
+ "ObjectPropertyName",
+ "deprecation"
+)
+@file:org.gradle.api.Generated
+
+/* ktlint-disable */
+
+package org.gradle.kotlin.dsl
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.model.ObjectFactory.named].
+ *
+ * @see org.gradle.api.model.ObjectFactory.named
+ */
+inline fun org.gradle.api.model.ObjectFactory.`named`(`type`: kotlin.reflect.KClass, `name`: String): T =
+ `named`(`type`.java, `name`)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.model.ObjectFactory.newInstance].
+ *
+ * @see org.gradle.api.model.ObjectFactory.newInstance
+ */
+inline fun org.gradle.api.model.ObjectFactory.`newInstance`(`type`: kotlin.reflect.KClass, vararg `parameters`: Any): T =
+ `newInstance`(`type`.java, *`parameters`)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.model.ObjectFactory.domainObjectContainer].
+ *
+ * @see org.gradle.api.model.ObjectFactory.domainObjectContainer
+ */
+inline fun org.gradle.api.model.ObjectFactory.`domainObjectContainer`(`elementType`: kotlin.reflect.KClass): org.gradle.api.NamedDomainObjectContainer =
+ `domainObjectContainer`(`elementType`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.model.ObjectFactory.domainObjectContainer].
+ *
+ * @see org.gradle.api.model.ObjectFactory.domainObjectContainer
+ */
+inline fun org.gradle.api.model.ObjectFactory.`domainObjectContainer`(`elementType`: kotlin.reflect.KClass, `factory`: org.gradle.api.NamedDomainObjectFactory): org.gradle.api.NamedDomainObjectContainer =
+ `domainObjectContainer`(`elementType`.java, `factory`)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.model.ObjectFactory.polymorphicDomainObjectContainer].
+ *
+ * @see org.gradle.api.model.ObjectFactory.polymorphicDomainObjectContainer
+ */
+inline fun org.gradle.api.model.ObjectFactory.`polymorphicDomainObjectContainer`(`elementType`: kotlin.reflect.KClass): org.gradle.api.ExtensiblePolymorphicDomainObjectContainer =
+ `polymorphicDomainObjectContainer`(`elementType`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.model.ObjectFactory.domainObjectSet].
+ *
+ * @see org.gradle.api.model.ObjectFactory.domainObjectSet
+ */
+inline fun org.gradle.api.model.ObjectFactory.`domainObjectSet`(`elementType`: kotlin.reflect.KClass): org.gradle.api.DomainObjectSet =
+ `domainObjectSet`(`elementType`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.model.ObjectFactory.namedDomainObjectSet].
+ *
+ * @see org.gradle.api.model.ObjectFactory.namedDomainObjectSet
+ */
+inline fun org.gradle.api.model.ObjectFactory.`namedDomainObjectSet`(`elementType`: kotlin.reflect.KClass): org.gradle.api.NamedDomainObjectSet =
+ `namedDomainObjectSet`(`elementType`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.model.ObjectFactory.namedDomainObjectList].
+ *
+ * @see org.gradle.api.model.ObjectFactory.namedDomainObjectList
+ */
+inline fun org.gradle.api.model.ObjectFactory.`namedDomainObjectList`(`elementType`: kotlin.reflect.KClass): org.gradle.api.NamedDomainObjectList =
+ `namedDomainObjectList`(`elementType`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.model.ObjectFactory.property].
+ *
+ * @see org.gradle.api.model.ObjectFactory.property
+ */
+inline fun org.gradle.api.model.ObjectFactory.`property`(`valueType`: kotlin.reflect.KClass): org.gradle.api.provider.Property =
+ `property`(`valueType`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.model.ObjectFactory.listProperty].
+ *
+ * @see org.gradle.api.model.ObjectFactory.listProperty
+ */
+inline fun org.gradle.api.model.ObjectFactory.`listProperty`(`elementType`: kotlin.reflect.KClass): org.gradle.api.provider.ListProperty =
+ `listProperty`(`elementType`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.model.ObjectFactory.setProperty].
+ *
+ * @see org.gradle.api.model.ObjectFactory.setProperty
+ */
+inline fun org.gradle.api.model.ObjectFactory.`setProperty`(`elementType`: kotlin.reflect.KClass): org.gradle.api.provider.SetProperty =
+ `setProperty`(`elementType`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.model.ObjectFactory.mapProperty].
+ *
+ * @see org.gradle.api.model.ObjectFactory.mapProperty
+ */
+inline fun org.gradle.api.model.ObjectFactory.`mapProperty`(`keyType`: kotlin.reflect.KClass, `valueType`: kotlin.reflect.KClass): org.gradle.api.provider.MapProperty =
+ `mapProperty`(`keyType`.java, `valueType`.java)
+
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions24Kt.class b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions24Kt.class
new file mode 100644
index 0000000..1122d6d
Binary files /dev/null and b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions24Kt.class differ
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions25.kt b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions25.kt
new file mode 100644
index 0000000..3528bd3
--- /dev/null
+++ b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions25.kt
@@ -0,0 +1,96 @@
+/*
+ * Copyright 2018 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+@file:Suppress(
+ "unused",
+ "nothing_to_inline",
+ "useless_cast",
+ "unchecked_cast",
+ "extension_shadowed_by_member",
+ "redundant_projection",
+ "RemoveRedundantBackticks",
+ "ObjectPropertyName",
+ "deprecation"
+)
+@file:org.gradle.api.Generated
+
+/* ktlint-disable */
+
+package org.gradle.kotlin.dsl
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.plugins.ExtensionContainer.create].
+ *
+ * @see org.gradle.api.plugins.ExtensionContainer.create
+ */
+inline fun org.gradle.api.plugins.ExtensionContainer.`create`(`publicType`: org.gradle.api.reflect.TypeOf, `name`: String, `instanceType`: kotlin.reflect.KClass, vararg `constructionArguments`: Any): T =
+ `create`(`publicType`, `name`, `instanceType`.java, *`constructionArguments`)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.plugins.ExtensionContainer.add].
+ *
+ * @see org.gradle.api.plugins.ExtensionContainer.add
+ */
+inline fun org.gradle.api.plugins.ExtensionContainer.`add`(`publicType`: kotlin.reflect.KClass, `name`: String, `extension`: T): Unit =
+ `add`(`publicType`.java, `name`, `extension`)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.plugins.ExtensionContainer.create].
+ *
+ * @see org.gradle.api.plugins.ExtensionContainer.create
+ */
+inline fun org.gradle.api.plugins.ExtensionContainer.`create`(`publicType`: kotlin.reflect.KClass, `name`: String, `instanceType`: kotlin.reflect.KClass, vararg `constructionArguments`: Any): T =
+ `create`(`publicType`.java, `name`, `instanceType`.java, *`constructionArguments`)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.plugins.ExtensionContainer.create].
+ *
+ * @see org.gradle.api.plugins.ExtensionContainer.create
+ */
+inline fun org.gradle.api.plugins.ExtensionContainer.`create`(`name`: String, `type`: kotlin.reflect.KClass, vararg `constructionArguments`: Any): T =
+ `create`(`name`, `type`.java, *`constructionArguments`)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.plugins.ExtensionContainer.getByType].
+ *
+ * @see org.gradle.api.plugins.ExtensionContainer.getByType
+ */
+inline fun org.gradle.api.plugins.ExtensionContainer.`getByType`(`type`: kotlin.reflect.KClass): T =
+ `getByType`(`type`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.plugins.ExtensionContainer.findByType].
+ *
+ * @see org.gradle.api.plugins.ExtensionContainer.findByType
+ */
+inline fun org.gradle.api.plugins.ExtensionContainer.`findByType`(`type`: kotlin.reflect.KClass): T? =
+ `findByType`(`type`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.plugins.ExtensionContainer.configure].
+ *
+ * @see org.gradle.api.plugins.ExtensionContainer.configure
+ */
+inline fun org.gradle.api.plugins.ExtensionContainer.`configure`(`type`: kotlin.reflect.KClass, `action`: org.gradle.api.Action): Unit =
+ `configure`(`type`.java, `action`)
+
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions25Kt.class b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions25Kt.class
new file mode 100644
index 0000000..60077fe
Binary files /dev/null and b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions25Kt.class differ
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions26.kt b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions26.kt
new file mode 100644
index 0000000..12756d5
--- /dev/null
+++ b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions26.kt
@@ -0,0 +1,51 @@
+/*
+ * Copyright 2018 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+@file:Suppress(
+ "unused",
+ "nothing_to_inline",
+ "useless_cast",
+ "unchecked_cast",
+ "extension_shadowed_by_member",
+ "redundant_projection",
+ "RemoveRedundantBackticks",
+ "ObjectPropertyName",
+ "deprecation"
+)
+@file:org.gradle.api.Generated
+
+/* ktlint-disable */
+
+package org.gradle.kotlin.dsl
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.plugins.ObjectConfigurationAction.plugin].
+ *
+ * @see org.gradle.api.plugins.ObjectConfigurationAction.plugin
+ */
+inline fun org.gradle.api.plugins.ObjectConfigurationAction.`plugin`(`pluginClass`: kotlin.reflect.KClass>): org.gradle.api.plugins.ObjectConfigurationAction =
+ `plugin`(`pluginClass`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.plugins.ObjectConfigurationAction.type].
+ *
+ * @see org.gradle.api.plugins.ObjectConfigurationAction.type
+ */
+inline fun org.gradle.api.plugins.ObjectConfigurationAction.`type`(`pluginClass`: kotlin.reflect.KClass<*>): org.gradle.api.plugins.ObjectConfigurationAction =
+ `type`(`pluginClass`.java)
+
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions26Kt.class b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions26Kt.class
new file mode 100644
index 0000000..d985d9b
Binary files /dev/null and b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions26Kt.class differ
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions27.kt b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions27.kt
new file mode 100644
index 0000000..b30bc46
--- /dev/null
+++ b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions27.kt
@@ -0,0 +1,42 @@
+/*
+ * Copyright 2018 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+@file:Suppress(
+ "unused",
+ "nothing_to_inline",
+ "useless_cast",
+ "unchecked_cast",
+ "extension_shadowed_by_member",
+ "redundant_projection",
+ "RemoveRedundantBackticks",
+ "ObjectPropertyName",
+ "deprecation"
+)
+@file:org.gradle.api.Generated
+
+/* ktlint-disable */
+
+package org.gradle.kotlin.dsl
+
+
+/**
+ * Kotlin extension function for [org.gradle.api.plugins.PluginAware.apply].
+ *
+ * @see org.gradle.api.plugins.PluginAware.apply
+ */
+inline fun org.gradle.api.plugins.PluginAware.`apply`(vararg `options`: Pair): Unit =
+ `apply`(mapOf(*`options`))
+
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions27Kt.class b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions27Kt.class
new file mode 100644
index 0000000..ff745b7
Binary files /dev/null and b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions27Kt.class differ
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions28.kt b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions28.kt
new file mode 100644
index 0000000..0eb3b00
--- /dev/null
+++ b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions28.kt
@@ -0,0 +1,42 @@
+/*
+ * Copyright 2018 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+@file:Suppress(
+ "unused",
+ "nothing_to_inline",
+ "useless_cast",
+ "unchecked_cast",
+ "extension_shadowed_by_member",
+ "redundant_projection",
+ "RemoveRedundantBackticks",
+ "ObjectPropertyName",
+ "deprecation"
+)
+@file:org.gradle.api.Generated
+
+/* ktlint-disable */
+
+package org.gradle.kotlin.dsl
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.plugins.PluginCollection.withType].
+ *
+ * @see org.gradle.api.plugins.PluginCollection.withType
+ */
+inline fun > org.gradle.api.plugins.PluginCollection.`withType`(`type`: kotlin.reflect.KClass): org.gradle.api.plugins.PluginCollection =
+ `withType`(`type`.java)
+
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions28Kt.class b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions28Kt.class
new file mode 100644
index 0000000..67588ed
Binary files /dev/null and b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions28Kt.class differ
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions29.kt b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions29.kt
new file mode 100644
index 0000000..e6e316e
--- /dev/null
+++ b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions29.kt
@@ -0,0 +1,78 @@
+/*
+ * Copyright 2018 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+@file:Suppress(
+ "unused",
+ "nothing_to_inline",
+ "useless_cast",
+ "unchecked_cast",
+ "extension_shadowed_by_member",
+ "redundant_projection",
+ "RemoveRedundantBackticks",
+ "ObjectPropertyName",
+ "deprecation"
+)
+@file:org.gradle.api.Generated
+
+/* ktlint-disable */
+
+package org.gradle.kotlin.dsl
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.plugins.PluginContainer.apply].
+ *
+ * @see org.gradle.api.plugins.PluginContainer.apply
+ */
+inline fun > org.gradle.api.plugins.PluginContainer.`apply`(`type`: kotlin.reflect.KClass): T =
+ `apply`(`type`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.plugins.PluginContainer.hasPlugin].
+ *
+ * @see org.gradle.api.plugins.PluginContainer.hasPlugin
+ */
+inline fun org.gradle.api.plugins.PluginContainer.`hasPlugin`(`type`: kotlin.reflect.KClass>): Boolean =
+ `hasPlugin`(`type`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.plugins.PluginContainer.findPlugin].
+ *
+ * @see org.gradle.api.plugins.PluginContainer.findPlugin
+ */
+inline fun > org.gradle.api.plugins.PluginContainer.`findPlugin`(`type`: kotlin.reflect.KClass): T? =
+ `findPlugin`(`type`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.plugins.PluginContainer.getPlugin].
+ *
+ * @see org.gradle.api.plugins.PluginContainer.getPlugin
+ */
+inline fun > org.gradle.api.plugins.PluginContainer.`getPlugin`(`type`: kotlin.reflect.KClass): T =
+ `getPlugin`(`type`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.plugins.PluginContainer.getAt].
+ *
+ * @see org.gradle.api.plugins.PluginContainer.getAt
+ */
+inline fun > org.gradle.api.plugins.PluginContainer.`getAt`(`type`: kotlin.reflect.KClass): T =
+ `getAt`(`type`.java)
+
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions29Kt.class b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions29Kt.class
new file mode 100644
index 0000000..36d85f4
Binary files /dev/null and b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions29Kt.class differ
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions2Kt.class b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions2Kt.class
new file mode 100644
index 0000000..4542503
Binary files /dev/null and b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions2Kt.class differ
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions3.kt b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions3.kt
new file mode 100644
index 0000000..f89aa34
--- /dev/null
+++ b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions3.kt
@@ -0,0 +1,42 @@
+/*
+ * Copyright 2018 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+@file:Suppress(
+ "unused",
+ "nothing_to_inline",
+ "useless_cast",
+ "unchecked_cast",
+ "extension_shadowed_by_member",
+ "redundant_projection",
+ "RemoveRedundantBackticks",
+ "ObjectPropertyName",
+ "deprecation"
+)
+@file:org.gradle.api.Generated
+
+/* ktlint-disable */
+
+package org.gradle.kotlin.dsl
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.ExtensiblePolymorphicDomainObjectContainer.registerBinding].
+ *
+ * @see org.gradle.api.ExtensiblePolymorphicDomainObjectContainer.registerBinding
+ */
+inline fun org.gradle.api.ExtensiblePolymorphicDomainObjectContainer.`registerBinding`(`type`: kotlin.reflect.KClass, `implementationType`: kotlin.reflect.KClass): Unit =
+ `registerBinding`(`type`.java, `implementationType`.java)
+
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions30.kt b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions30.kt
new file mode 100644
index 0000000..b2fc3c2
--- /dev/null
+++ b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions30.kt
@@ -0,0 +1,42 @@
+/*
+ * Copyright 2018 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+@file:Suppress(
+ "unused",
+ "nothing_to_inline",
+ "useless_cast",
+ "unchecked_cast",
+ "extension_shadowed_by_member",
+ "redundant_projection",
+ "RemoveRedundantBackticks",
+ "ObjectPropertyName",
+ "deprecation"
+)
+@file:org.gradle.api.Generated
+
+/* ktlint-disable */
+
+package org.gradle.kotlin.dsl
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.plugins.PluginManager.apply].
+ *
+ * @see org.gradle.api.plugins.PluginManager.apply
+ */
+inline fun org.gradle.api.plugins.PluginManager.`apply`(`type`: kotlin.reflect.KClass<*>): Unit =
+ `apply`(`type`.java)
+
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions30Kt.class b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions30Kt.class
new file mode 100644
index 0000000..5047e29
Binary files /dev/null and b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions30Kt.class differ
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions31.kt b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions31.kt
new file mode 100644
index 0000000..a6579b1
--- /dev/null
+++ b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions31.kt
@@ -0,0 +1,60 @@
+/*
+ * Copyright 2018 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+@file:Suppress(
+ "unused",
+ "nothing_to_inline",
+ "useless_cast",
+ "unchecked_cast",
+ "extension_shadowed_by_member",
+ "redundant_projection",
+ "RemoveRedundantBackticks",
+ "ObjectPropertyName",
+ "deprecation"
+)
+@file:org.gradle.api.Generated
+
+/* ktlint-disable */
+
+package org.gradle.kotlin.dsl
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.provider.ProviderFactory.of].
+ *
+ * @see org.gradle.api.provider.ProviderFactory.of
+ */
+inline fun org.gradle.api.provider.ProviderFactory.`of`(`valueSourceType`: kotlin.reflect.KClass>, `configuration`: org.gradle.api.Action>): org.gradle.api.provider.Provider =
+ `of`(`valueSourceType`.java, `configuration`)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.provider.ProviderFactory.credentials].
+ *
+ * @see org.gradle.api.provider.ProviderFactory.credentials
+ */
+inline fun org.gradle.api.provider.ProviderFactory.`credentials`(`credentialsType`: kotlin.reflect.KClass, `identity`: String): org.gradle.api.provider.Provider =
+ `credentials`(`credentialsType`.java, `identity`)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.provider.ProviderFactory.credentials].
+ *
+ * @see org.gradle.api.provider.ProviderFactory.credentials
+ */
+inline fun org.gradle.api.provider.ProviderFactory.`credentials`(`credentialsType`: kotlin.reflect.KClass, `identity`: org.gradle.api.provider.Provider): org.gradle.api.provider.Provider =
+ `credentials`(`credentialsType`.java, `identity`)
+
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions31Kt.class b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions31Kt.class
new file mode 100644
index 0000000..bd57f7c
Binary files /dev/null and b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions31Kt.class differ
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions32.kt b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions32.kt
new file mode 100644
index 0000000..915a8bd
--- /dev/null
+++ b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions32.kt
@@ -0,0 +1,42 @@
+/*
+ * Copyright 2018 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+@file:Suppress(
+ "unused",
+ "nothing_to_inline",
+ "useless_cast",
+ "unchecked_cast",
+ "extension_shadowed_by_member",
+ "redundant_projection",
+ "RemoveRedundantBackticks",
+ "ObjectPropertyName",
+ "deprecation"
+)
+@file:org.gradle.api.Generated
+
+/* ktlint-disable */
+
+package org.gradle.kotlin.dsl
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.services.BuildServiceRegistry.registerIfAbsent].
+ *
+ * @see org.gradle.api.services.BuildServiceRegistry.registerIfAbsent
+ */
+inline fun , P : org.gradle.api.services.BuildServiceParameters> org.gradle.api.services.BuildServiceRegistry.`registerIfAbsent`(`name`: String, `implementationType`: kotlin.reflect.KClass, `configureAction`: org.gradle.api.Action>): org.gradle.api.provider.Provider =
+ `registerIfAbsent`(`name`, `implementationType`.java, `configureAction`)
+
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions32Kt.class b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions32Kt.class
new file mode 100644
index 0000000..8693f39
Binary files /dev/null and b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions32Kt.class differ
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions33.kt b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions33.kt
new file mode 100644
index 0000000..9db6db5
--- /dev/null
+++ b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions33.kt
@@ -0,0 +1,60 @@
+/*
+ * Copyright 2018 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+@file:Suppress(
+ "unused",
+ "nothing_to_inline",
+ "useless_cast",
+ "unchecked_cast",
+ "extension_shadowed_by_member",
+ "redundant_projection",
+ "RemoveRedundantBackticks",
+ "ObjectPropertyName",
+ "deprecation"
+)
+@file:org.gradle.api.Generated
+
+/* ktlint-disable */
+
+package org.gradle.kotlin.dsl
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.tasks.TaskCollection.withType].
+ *
+ * @see org.gradle.api.tasks.TaskCollection.withType
+ */
+inline fun org.gradle.api.tasks.TaskCollection.`withType`(`type`: kotlin.reflect.KClass): org.gradle.api.tasks.TaskCollection =
+ `withType`(`type`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.tasks.TaskCollection.named].
+ *
+ * @see org.gradle.api.tasks.TaskCollection.named
+ */
+inline fun org.gradle.api.tasks.TaskCollection.`named`(`name`: String, `type`: kotlin.reflect.KClass): org.gradle.api.tasks.TaskProvider =
+ `named`(`name`, `type`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.tasks.TaskCollection.named].
+ *
+ * @see org.gradle.api.tasks.TaskCollection.named
+ */
+inline fun org.gradle.api.tasks.TaskCollection.`named`(`name`: String, `type`: kotlin.reflect.KClass, `configurationAction`: org.gradle.api.Action): org.gradle.api.tasks.TaskProvider =
+ `named`(`name`, `type`.java, `configurationAction`)
+
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions33Kt.class b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions33Kt.class
new file mode 100644
index 0000000..7897e5b
Binary files /dev/null and b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions33Kt.class differ
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions34.kt b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions34.kt
new file mode 100644
index 0000000..1de8a92
--- /dev/null
+++ b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions34.kt
@@ -0,0 +1,105 @@
+/*
+ * Copyright 2018 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+@file:Suppress(
+ "unused",
+ "nothing_to_inline",
+ "useless_cast",
+ "unchecked_cast",
+ "extension_shadowed_by_member",
+ "redundant_projection",
+ "RemoveRedundantBackticks",
+ "ObjectPropertyName",
+ "deprecation"
+)
+@file:org.gradle.api.Generated
+
+/* ktlint-disable */
+
+package org.gradle.kotlin.dsl
+
+
+/**
+ * Kotlin extension function for [org.gradle.api.tasks.TaskContainer.create].
+ *
+ * @see org.gradle.api.tasks.TaskContainer.create
+ */
+inline fun org.gradle.api.tasks.TaskContainer.`create`(vararg `options`: Pair): org.gradle.api.Task =
+ `create`(mapOf(*`options`))
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.tasks.TaskContainer.create].
+ *
+ * @see org.gradle.api.tasks.TaskContainer.create
+ */
+inline fun org.gradle.api.tasks.TaskContainer.`create`(`name`: String, `type`: kotlin.reflect.KClass): T =
+ `create`(`name`, `type`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.tasks.TaskContainer.create].
+ *
+ * @see org.gradle.api.tasks.TaskContainer.create
+ */
+inline fun org.gradle.api.tasks.TaskContainer.`create`(`name`: String, `type`: kotlin.reflect.KClass, vararg `constructorArgs`: Any): T =
+ `create`(`name`, `type`.java, *`constructorArgs`)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.tasks.TaskContainer.create].
+ *
+ * @see org.gradle.api.tasks.TaskContainer.create
+ */
+inline fun org.gradle.api.tasks.TaskContainer.`create`(`name`: String, `type`: kotlin.reflect.KClass, `configuration`: org.gradle.api.Action): T =
+ `create`(`name`, `type`.java, `configuration`)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.tasks.TaskContainer.register].
+ *
+ * @see org.gradle.api.tasks.TaskContainer.register
+ */
+inline fun org.gradle.api.tasks.TaskContainer.`register`(`name`: String, `type`: kotlin.reflect.KClass, `configurationAction`: org.gradle.api.Action): org.gradle.api.tasks.TaskProvider =
+ `register`(`name`, `type`.java, `configurationAction`)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.tasks.TaskContainer.register].
+ *
+ * @see org.gradle.api.tasks.TaskContainer.register
+ */
+inline fun org.gradle.api.tasks.TaskContainer.`register`(`name`: String, `type`: kotlin.reflect.KClass): org.gradle.api.tasks.TaskProvider =
+ `register`(`name`, `type`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.tasks.TaskContainer.register].
+ *
+ * @see org.gradle.api.tasks.TaskContainer.register
+ */
+inline fun org.gradle.api.tasks.TaskContainer.`register`(`name`: String, `type`: kotlin.reflect.KClass, vararg `constructorArgs`: Any): org.gradle.api.tasks.TaskProvider =
+ `register`(`name`, `type`.java, *`constructorArgs`)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.tasks.TaskContainer.replace].
+ *
+ * @see org.gradle.api.tasks.TaskContainer.replace
+ */
+inline fun org.gradle.api.tasks.TaskContainer.`replace`(`name`: String, `type`: kotlin.reflect.KClass): T =
+ `replace`(`name`, `type`.java)
+
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions34Kt.class b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions34Kt.class
new file mode 100644
index 0000000..2a1f2f4
Binary files /dev/null and b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions34Kt.class differ
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions35.kt b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions35.kt
new file mode 100644
index 0000000..eb48d53
--- /dev/null
+++ b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions35.kt
@@ -0,0 +1,42 @@
+/*
+ * Copyright 2018 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+@file:Suppress(
+ "unused",
+ "nothing_to_inline",
+ "useless_cast",
+ "unchecked_cast",
+ "extension_shadowed_by_member",
+ "redundant_projection",
+ "RemoveRedundantBackticks",
+ "ObjectPropertyName",
+ "deprecation"
+)
+@file:org.gradle.api.Generated
+
+/* ktlint-disable */
+
+package org.gradle.kotlin.dsl
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.tasks.TaskInputFilePropertyBuilder.withNormalizer].
+ *
+ * @see org.gradle.api.tasks.TaskInputFilePropertyBuilder.withNormalizer
+ */
+inline fun org.gradle.api.tasks.TaskInputFilePropertyBuilder.`withNormalizer`(`normalizer`: kotlin.reflect.KClass): org.gradle.api.tasks.TaskInputFilePropertyBuilder =
+ `withNormalizer`(`normalizer`.java)
+
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions35Kt.class b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions35Kt.class
new file mode 100644
index 0000000..021f10a
Binary files /dev/null and b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions35Kt.class differ
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions36.kt b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions36.kt
new file mode 100644
index 0000000..ea3f869
--- /dev/null
+++ b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions36.kt
@@ -0,0 +1,42 @@
+/*
+ * Copyright 2018 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+@file:Suppress(
+ "unused",
+ "nothing_to_inline",
+ "useless_cast",
+ "unchecked_cast",
+ "extension_shadowed_by_member",
+ "redundant_projection",
+ "RemoveRedundantBackticks",
+ "ObjectPropertyName",
+ "deprecation"
+)
+@file:org.gradle.api.Generated
+
+/* ktlint-disable */
+
+package org.gradle.kotlin.dsl
+
+
+/**
+ * Kotlin extension function for [org.gradle.api.tasks.TaskInputs.properties].
+ *
+ * @see org.gradle.api.tasks.TaskInputs.properties
+ */
+inline fun org.gradle.api.tasks.TaskInputs.`properties`(vararg `properties`: Pair): org.gradle.api.tasks.TaskInputs =
+ `properties`(mapOf(*`properties`))
+
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions36Kt.class b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions36Kt.class
new file mode 100644
index 0000000..f073345
Binary files /dev/null and b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions36Kt.class differ
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions37.kt b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions37.kt
new file mode 100644
index 0000000..c775b4f
--- /dev/null
+++ b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions37.kt
@@ -0,0 +1,60 @@
+/*
+ * Copyright 2018 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+@file:Suppress(
+ "unused",
+ "nothing_to_inline",
+ "useless_cast",
+ "unchecked_cast",
+ "extension_shadowed_by_member",
+ "redundant_projection",
+ "RemoveRedundantBackticks",
+ "ObjectPropertyName",
+ "deprecation"
+)
+@file:org.gradle.api.Generated
+
+/* ktlint-disable */
+
+package org.gradle.kotlin.dsl
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.caching.configuration.BuildCacheConfiguration.registerBuildCacheService].
+ *
+ * @see org.gradle.caching.configuration.BuildCacheConfiguration.registerBuildCacheService
+ */
+inline fun org.gradle.caching.configuration.BuildCacheConfiguration.`registerBuildCacheService`(`configurationType`: kotlin.reflect.KClass, `buildCacheServiceFactoryType`: kotlin.reflect.KClass>): Unit =
+ `registerBuildCacheService`(`configurationType`.java, `buildCacheServiceFactoryType`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.caching.configuration.BuildCacheConfiguration.remote].
+ *
+ * @see org.gradle.caching.configuration.BuildCacheConfiguration.remote
+ */
+inline fun org.gradle.caching.configuration.BuildCacheConfiguration.`remote`(`type`: kotlin.reflect.KClass): T =
+ `remote`(`type`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.caching.configuration.BuildCacheConfiguration.remote].
+ *
+ * @see org.gradle.caching.configuration.BuildCacheConfiguration.remote
+ */
+inline fun org.gradle.caching.configuration.BuildCacheConfiguration.`remote`(`type`: kotlin.reflect.KClass, `configuration`: org.gradle.api.Action): T =
+ `remote`(`type`.java, `configuration`)
+
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions37Kt.class b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions37Kt.class
new file mode 100644
index 0000000..0705ce0
Binary files /dev/null and b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions37Kt.class differ
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions38.kt b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions38.kt
new file mode 100644
index 0000000..aca38d6
--- /dev/null
+++ b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions38.kt
@@ -0,0 +1,42 @@
+/*
+ * Copyright 2018 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+@file:Suppress(
+ "unused",
+ "nothing_to_inline",
+ "useless_cast",
+ "unchecked_cast",
+ "extension_shadowed_by_member",
+ "redundant_projection",
+ "RemoveRedundantBackticks",
+ "ObjectPropertyName",
+ "deprecation"
+)
+@file:org.gradle.api.Generated
+
+/* ktlint-disable */
+
+package org.gradle.kotlin.dsl
+
+
+/**
+ * Kotlin extension function for [org.gradle.process.JavaForkOptions.systemProperties].
+ *
+ * @see org.gradle.process.JavaForkOptions.systemProperties
+ */
+inline fun org.gradle.process.JavaForkOptions.`systemProperties`(vararg `properties`: Pair): org.gradle.process.JavaForkOptions =
+ `systemProperties`(mapOf(*`properties`))
+
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions38Kt.class b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions38Kt.class
new file mode 100644
index 0000000..313a3d1
Binary files /dev/null and b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions38Kt.class differ
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions39.kt b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions39.kt
new file mode 100644
index 0000000..25946cd
--- /dev/null
+++ b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions39.kt
@@ -0,0 +1,42 @@
+/*
+ * Copyright 2018 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+@file:Suppress(
+ "unused",
+ "nothing_to_inline",
+ "useless_cast",
+ "unchecked_cast",
+ "extension_shadowed_by_member",
+ "redundant_projection",
+ "RemoveRedundantBackticks",
+ "ObjectPropertyName",
+ "deprecation"
+)
+@file:org.gradle.api.Generated
+
+/* ktlint-disable */
+
+package org.gradle.kotlin.dsl
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.vcs.VcsMapping.from].
+ *
+ * @see org.gradle.vcs.VcsMapping.from
+ */
+inline fun org.gradle.vcs.VcsMapping.`from`(`type`: kotlin.reflect.KClass, `configureAction`: org.gradle.api.Action): Unit =
+ `from`(`type`.java, `configureAction`)
+
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions39Kt.class b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions39Kt.class
new file mode 100644
index 0000000..7649e98
Binary files /dev/null and b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions39Kt.class differ
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions3Kt.class b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions3Kt.class
new file mode 100644
index 0000000..ebd5f03
Binary files /dev/null and b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions3Kt.class differ
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions4.kt b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions4.kt
new file mode 100644
index 0000000..7978278
--- /dev/null
+++ b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions4.kt
@@ -0,0 +1,60 @@
+/*
+ * Copyright 2018 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+@file:Suppress(
+ "unused",
+ "nothing_to_inline",
+ "useless_cast",
+ "unchecked_cast",
+ "extension_shadowed_by_member",
+ "redundant_projection",
+ "RemoveRedundantBackticks",
+ "ObjectPropertyName",
+ "deprecation"
+)
+@file:org.gradle.api.Generated
+
+/* ktlint-disable */
+
+package org.gradle.kotlin.dsl
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.NamedDomainObjectCollection.withType].
+ *
+ * @see org.gradle.api.NamedDomainObjectCollection.withType
+ */
+inline fun org.gradle.api.NamedDomainObjectCollection.`withType`(`type`: kotlin.reflect.KClass): org.gradle.api.NamedDomainObjectCollection =
+ `withType`(`type`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.NamedDomainObjectCollection.named].
+ *
+ * @see org.gradle.api.NamedDomainObjectCollection.named
+ */
+inline fun org.gradle.api.NamedDomainObjectCollection.`named`(`name`: String, `type`: kotlin.reflect.KClass): org.gradle.api.NamedDomainObjectProvider =
+ `named`(`name`, `type`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.NamedDomainObjectCollection.named].
+ *
+ * @see org.gradle.api.NamedDomainObjectCollection.named
+ */
+inline fun org.gradle.api.NamedDomainObjectCollection.`named`(`name`: String, `type`: kotlin.reflect.KClass, `configurationAction`: org.gradle.api.Action): org.gradle.api.NamedDomainObjectProvider =
+ `named`(`name`, `type`.java, `configurationAction`)
+
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions40.kt b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions40.kt
new file mode 100644
index 0000000..a0d5580
--- /dev/null
+++ b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions40.kt
@@ -0,0 +1,69 @@
+/*
+ * Copyright 2018 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+@file:Suppress(
+ "unused",
+ "nothing_to_inline",
+ "useless_cast",
+ "unchecked_cast",
+ "extension_shadowed_by_member",
+ "redundant_projection",
+ "RemoveRedundantBackticks",
+ "ObjectPropertyName",
+ "deprecation"
+)
+@file:org.gradle.api.Generated
+
+/* ktlint-disable */
+
+package org.gradle.kotlin.dsl
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.tasks.AbstractCopyTask.filter].
+ *
+ * @see org.gradle.api.tasks.AbstractCopyTask.filter
+ */
+inline fun org.gradle.api.tasks.AbstractCopyTask.`filter`(`filterType`: kotlin.reflect.KClass, vararg `properties`: Pair): org.gradle.api.tasks.AbstractCopyTask =
+ `filter`(mapOf(*`properties`), `filterType`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.api.tasks.AbstractCopyTask.filter].
+ *
+ * @see org.gradle.api.tasks.AbstractCopyTask.filter
+ */
+inline fun org.gradle.api.tasks.AbstractCopyTask.`filter`(`filterType`: kotlin.reflect.KClass): org.gradle.api.tasks.AbstractCopyTask =
+ `filter`(`filterType`.java)
+
+
+/**
+ * Kotlin extension function for [org.gradle.api.tasks.AbstractCopyTask.expand].
+ *
+ * @see org.gradle.api.tasks.AbstractCopyTask.expand
+ */
+inline fun org.gradle.api.tasks.AbstractCopyTask.`expand`(vararg `properties`: Pair): org.gradle.api.tasks.AbstractCopyTask =
+ `expand`(mapOf(*`properties`))
+
+
+/**
+ * Kotlin extension function for [org.gradle.api.tasks.AbstractCopyTask.expand].
+ *
+ * @see org.gradle.api.tasks.AbstractCopyTask.expand
+ */
+inline fun org.gradle.api.tasks.AbstractCopyTask.`expand`(vararg `properties`: Pair, `action`: org.gradle.api.Action): org.gradle.api.tasks.AbstractCopyTask =
+ `expand`(mapOf(*`properties`), `action`)
+
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions40Kt.class b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions40Kt.class
new file mode 100644
index 0000000..470994d
Binary files /dev/null and b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions40Kt.class differ
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions41.kt b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions41.kt
new file mode 100644
index 0000000..5248eb2
--- /dev/null
+++ b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions41.kt
@@ -0,0 +1,42 @@
+/*
+ * Copyright 2018 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+@file:Suppress(
+ "unused",
+ "nothing_to_inline",
+ "useless_cast",
+ "unchecked_cast",
+ "extension_shadowed_by_member",
+ "redundant_projection",
+ "RemoveRedundantBackticks",
+ "ObjectPropertyName",
+ "deprecation"
+)
+@file:org.gradle.api.Generated
+
+/* ktlint-disable */
+
+package org.gradle.kotlin.dsl
+
+
+/**
+ * Kotlin extension function for [org.gradle.api.tasks.AbstractExecTask.environment].
+ *
+ * @see org.gradle.api.tasks.AbstractExecTask.environment
+ */
+inline fun > org.gradle.api.tasks.AbstractExecTask.`environment`(vararg `environmentVariables`: Pair): T =
+ `environment`(mapOf(*`environmentVariables`))
+
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions41Kt.class b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions41Kt.class
new file mode 100644
index 0000000..53cc098
Binary files /dev/null and b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions41Kt.class differ
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions42.kt b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions42.kt
new file mode 100644
index 0000000..7af1f0e
--- /dev/null
+++ b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions42.kt
@@ -0,0 +1,51 @@
+/*
+ * Copyright 2018 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+@file:Suppress(
+ "unused",
+ "nothing_to_inline",
+ "useless_cast",
+ "unchecked_cast",
+ "extension_shadowed_by_member",
+ "redundant_projection",
+ "RemoveRedundantBackticks",
+ "ObjectPropertyName",
+ "deprecation"
+)
+@file:org.gradle.api.Generated
+
+/* ktlint-disable */
+
+package org.gradle.kotlin.dsl
+
+
+/**
+ * Kotlin extension function for [org.gradle.api.tasks.WriteProperties.setProperties].
+ *
+ * @see org.gradle.api.tasks.WriteProperties.setProperties
+ */
+inline fun org.gradle.api.tasks.WriteProperties.`setProperties`(vararg `properties`: Pair): Unit =
+ `setProperties`(mapOf(*`properties`))
+
+
+/**
+ * Kotlin extension function for [org.gradle.api.tasks.WriteProperties.properties].
+ *
+ * @see org.gradle.api.tasks.WriteProperties.properties
+ */
+inline fun org.gradle.api.tasks.WriteProperties.`properties`(vararg `properties`: Pair): Unit =
+ `properties`(mapOf(*`properties`))
+
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions42Kt.class b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions42Kt.class
new file mode 100644
index 0000000..c299797
Binary files /dev/null and b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions42Kt.class differ
diff --git a/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions43.kt b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions43.kt
new file mode 100644
index 0000000..aab752f
--- /dev/null
+++ b/src/Notesmater1/Notesmater1/.tmp/gradle-kotlin-dsl-extensions-895793495426099398145480513275979204712jar/org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions43.kt
@@ -0,0 +1,113 @@
+/*
+ * Copyright 2018 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+@file:Suppress(
+ "unused",
+ "nothing_to_inline",
+ "useless_cast",
+ "unchecked_cast",
+ "extension_shadowed_by_member",
+ "redundant_projection",
+ "RemoveRedundantBackticks",
+ "ObjectPropertyName",
+ "deprecation"
+)
+@file:org.gradle.api.Generated
+
+/* ktlint-disable */
+
+package org.gradle.kotlin.dsl
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.model.ModelMap.withType].
+ *
+ * @see org.gradle.model.ModelMap.withType
+ */
+@org.gradle.api.Incubating
+inline fun org.gradle.model.ModelMap.`withType`(`type`: kotlin.reflect.KClass): org.gradle.model.ModelMap =
+ `withType`(`type`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.model.ModelMap.create].
+ *
+ * @see org.gradle.model.ModelMap.create
+ */
+@org.gradle.api.Incubating
+inline fun org.gradle.model.ModelMap.`create`(`name`: String, `type`: kotlin.reflect.KClass): Unit =
+ `create`(`name`, `type`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.model.ModelMap.create].
+ *
+ * @see org.gradle.model.ModelMap.create
+ */
+@org.gradle.api.Incubating
+inline fun org.gradle.model.ModelMap.`create`(`name`: String, `type`: kotlin.reflect.KClass, `configAction`: org.gradle.api.Action): Unit =
+ `create`(`name`, `type`.java, `configAction`)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.model.ModelMap.named].
+ *
+ * @see org.gradle.model.ModelMap.named
+ */
+@org.gradle.api.Incubating
+inline fun org.gradle.model.ModelMap.`named`(`name`: String, `ruleSource`: kotlin.reflect.KClass): Unit =
+ `named`(`name`, `ruleSource`.java)
+
+
+/**
+ * Kotlin extension function taking [kotlin.reflect.KClass] for [org.gradle.model.ModelMap.beforeEach].
+ *
+ * @see org.gradle.model.ModelMap.beforeEach
+ */
+@org.gradle.api.Incubating
+inline fun org.gradle.model.ModelMap.`beforeEach`(`type`: kotlin.reflect.KClass, `configAction`: org.gradle.api.Action