gsantner / memetastic

Meme Creator for Android - Simple & Ad-Free
https://github.com/gsantner/memetastic#readme
GNU General Public License v3.0
309 stars 122 forks source link

Bump version_plugin_kotlin from 1.3.50 to 1.3.61 #190

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps version_plugin_kotlin from 1.3.50 to 1.3.61.

Updates kotlin-gradle-plugin from 1.3.50 to 1.3.61

Release notes *Sourced from [kotlin-gradle-plugin's releases](https://github.com/JetBrains/kotlin/releases).* > ## Kotlin 1.3.61 > ## 1.3.61 > > ### Compiler > > - [`KT-35004`](https://youtrack.jetbrains.com/issue/KT-35004) "AssertionError: Unsigned type expected" in `when` range check in extension on unsigned type > > ### IDE > > - [`KT-34923`](https://youtrack.jetbrains.com/issue/KT-34923) [Regression] KtUltraLightMethod.hasModifierProperty("native") returns false for external Kotlin functions > > ### IDE. Gradle. Script > > - [`KT-31767`](https://youtrack.jetbrains.com/issue/KT-31767) Gradle Kotlin DSL new project template: use settings.gradle.kts > - [`KT-33451`](https://youtrack.jetbrains.com/issue/KT-33451) Conform Kotlin DSL file templates of Kotlin and Gradle IntelliJ plugins > > ### Libraries > > - [`KT-21445`](https://youtrack.jetbrains.com/issue/KT-21445) W3C DOM Touch events and interfaces are incomplete / missing > > ### Tools. Compiler Plugins > > - [`KT-34991`](https://youtrack.jetbrains.com/issue/KT-34991) kotlinx.serialization: False warning "Explicit [@​Serializable](https://github.com/Serializable) annotation on enum class is required when [@​SerialName](https://github.com/SerialName) or [@​SerialInfo](https://github.com/SerialInfo) annotations are used on its members" > > ### Tools. Gradle. Native > > - [`KT-33076`](https://youtrack.jetbrains.com/issue/KT-33076) MPP Gradle plugin: Produce final native binaries from compilation output instead of sources > - [`KT-33645`](https://youtrack.jetbrains.com/issue/KT-33645) Kotlin/Native: Compilation failure if a library passed by the -Xinclude option contains a constructor annotated with [@​OverrideInit](https://github.com/OverrideInit) > - [`KT-34259`](https://youtrack.jetbrains.com/issue/KT-34259) MPP Gradle plugin: Support fat frameworks for watchOS and tvOS > - [`KT-34329`](https://youtrack.jetbrains.com/issue/KT-34329) Support watchOS and tvOS in CocoaPods Gradle plugin > > ### Tools. J2K > > - [`KT-34987`](https://youtrack.jetbrains.com/issue/KT-34987) New J2K converter: [@​NotNull](https://github.com/NotNull) annotations are not removed after converting java code to kotlin > - [`KT-35074`](https://youtrack.jetbrains.com/issue/KT-35074) J2K: No auto conversion in 'for' loop with multiple init variables > > ## Previous releases > This release also includes the fixes and improvements from the [previous releases](https://github.com/JetBrains/kotlin/releases/tag/v1.3.60). > > ## Kotlin 1.3.60 EAP 3 > # CHANGELOG > > ## 1.3.60 EAP 3 > > ### Compiler > > - [`KT-18541`](https://youtrack.jetbrains.com/issue/KT-18541) Prohibit "tailrec" modifier on open functions > - [`KT-19844`](https://youtrack.jetbrains.com/issue/KT-19844) Do not render type annotations on symbols rendered in diagnostic messages > - [`KT-24913`](https://youtrack.jetbrains.com/issue/KT-24913) KotlinFrontEndException with local class in init of generic class > - [`KT-31540`](https://youtrack.jetbrains.com/issue/KT-31540) Change initialization order of default values for tail recursive optimized functions > ... (truncated)
Changelog *Sourced from [kotlin-gradle-plugin's changelog](https://github.com/JetBrains/kotlin/blob/v1.3.61/ChangeLog.md).* > ## 1.3.61 > > ### Compiler > > - [`KT-35004`](https://youtrack.jetbrains.com/issue/KT-35004) "AssertionError: Unsigned type expected" in `when` range check in extension on unsigned type > > ### IDE > > - [`KT-34923`](https://youtrack.jetbrains.com/issue/KT-34923) [Regression] KtUltraLightMethod.hasModifierProperty("native") returns false for external Kotlin functions > > ### IDE. Gradle. Script > > - [`KT-31767`](https://youtrack.jetbrains.com/issue/KT-31767) Gradle Kotlin DSL new project template: use settings.gradle.kts > - [`KT-33451`](https://youtrack.jetbrains.com/issue/KT-33451) Conform Kotlin DSL file templates of Kotlin and Gradle IntelliJ plugins > > ### Libraries > > - [`KT-21445`](https://youtrack.jetbrains.com/issue/KT-21445) W3C DOM Touch events and interfaces are incomplete / missing > > ### Tools. Compiler Plugins > > - [`KT-34991`](https://youtrack.jetbrains.com/issue/KT-34991) kotlinx.serialization: False warning "Explicit [@​Serializable](https://github.com/Serializable) annotation on enum class is required when [@​SerialName](https://github.com/SerialName) or [@​SerialInfo](https://github.com/SerialInfo) annotations are used on its members" > > ### Tools. Gradle. Native > > - [`KT-33076`](https://youtrack.jetbrains.com/issue/KT-33076) MPP Gradle plugin: Produce final native binaries from compilation output instead of sources > - [`KT-33645`](https://youtrack.jetbrains.com/issue/KT-33645) Kotlin/Native: Compilation failure if a library passed by the -Xinclude option contains a constructor annotated with [@​OverrideInit](https://github.com/OverrideInit) > - [`KT-34259`](https://youtrack.jetbrains.com/issue/KT-34259) MPP Gradle plugin: Support fat frameworks for watchOS and tvOS > - [`KT-34329`](https://youtrack.jetbrains.com/issue/KT-34329) Support watchOS and tvOS in CocoaPods Gradle plugin > > ### Tools. J2K > > - [`KT-34987`](https://youtrack.jetbrains.com/issue/KT-34987) New J2K converter: [@​NotNull](https://github.com/NotNull) annotations are not removed after converting java code to kotlin > - [`KT-35074`](https://youtrack.jetbrains.com/issue/KT-35074) J2K: No auto conversion in 'for' loop with multiple init variables > > ## 1.3.60 > > ### Android > > - [`KT-27170`](https://youtrack.jetbrains.com/issue/KT-27170) Android lint tasks fails in Gradle with MPP dependency > > ### Compiler > > #### New Features > > - [`KT-31230`](https://youtrack.jetbrains.com/issue/KT-31230) Refine rules for allowed Array-based class literals on different platforms: allow `Array::class` everywhere, disallow `Array<...>::class` on non-JVM > - [`KT-33413`](https://youtrack.jetbrains.com/issue/KT-33413) Allow 'break' and 'continue' in 'when' statement to point to innermost surrounding loop > > #### Performance Improvements > > ... (truncated)
Commits - [`a9686c9`](https://github.com/JetBrains/kotlin/commit/a9686c94474c9d442db61b45f60e6ff326fdb7db) Add changelog for 1.3.61 - [`e001e26`](https://github.com/JetBrains/kotlin/commit/e001e267a98dd5084cd32a58dc32c3bf2427ac87) Update Kotlin Native - [`a1fad95`](https://github.com/JetBrains/kotlin/commit/a1fad954a4c0f728bd15c1507c0f76ada3bedf31) Export generic serializer constructor from JS module - [`0d97db0`](https://github.com/JetBrains/kotlin/commit/0d97db0c9ad7568e2caac2326e261917043b2a2b) Do not report 'Missing [@​Serializable](https://github.com/Serializable) on enum with [@​SerialInfo](https://github.com/SerialInfo)' if enum - [`6b773bc`](https://github.com/JetBrains/kotlin/commit/6b773bc94e71527d0376c3d925250f593dc1a5b4) Fix `for` loop conversion when multiple initializers are present - [`2da4cc2`](https://github.com/JetBrains/kotlin/commit/2da4cc27a9fef12da3906e74fbfd1615f6525917) Fix AWT freeze in KotlinNativeABICompatibilityChecker - [`a5b1775`](https://github.com/JetBrains/kotlin/commit/a5b177543d615f3f03b72a2bb301677f95b3ce41) Disable platform-specific checkers in common - [`42ac850`](https://github.com/JetBrains/kotlin/commit/42ac850dace542bfbe318826355b1e346e36db08) Add test on platform checks in project without that target - [`587fc69`](https://github.com/JetBrains/kotlin/commit/587fc691f0d138dab4d0ba49ec38eb1a19b3fbc7) Add external keyword support for UL - [`89e0fc4`](https://github.com/JetBrains/kotlin/commit/89e0fc4657cda5d60d4b221898dd7d0cd83d7f44) KT-35004: keep track of KotlinType for 'when' subject - Additional commits viewable in [compare view](https://github.com/JetBrains/kotlin/compare/v1.3.50...v1.3.61)


Updates kotlin-stdlib-jdk8 from 1.3.50 to 1.3.61

Release notes *Sourced from [kotlin-stdlib-jdk8's releases](https://github.com/JetBrains/kotlin/releases).* > ## Kotlin 1.3.61 > ## 1.3.61 > > ### Compiler > > - [`KT-35004`](https://youtrack.jetbrains.com/issue/KT-35004) "AssertionError: Unsigned type expected" in `when` range check in extension on unsigned type > > ### IDE > > - [`KT-34923`](https://youtrack.jetbrains.com/issue/KT-34923) [Regression] KtUltraLightMethod.hasModifierProperty("native") returns false for external Kotlin functions > > ### IDE. Gradle. Script > > - [`KT-31767`](https://youtrack.jetbrains.com/issue/KT-31767) Gradle Kotlin DSL new project template: use settings.gradle.kts > - [`KT-33451`](https://youtrack.jetbrains.com/issue/KT-33451) Conform Kotlin DSL file templates of Kotlin and Gradle IntelliJ plugins > > ### Libraries > > - [`KT-21445`](https://youtrack.jetbrains.com/issue/KT-21445) W3C DOM Touch events and interfaces are incomplete / missing > > ### Tools. Compiler Plugins > > - [`KT-34991`](https://youtrack.jetbrains.com/issue/KT-34991) kotlinx.serialization: False warning "Explicit [@​Serializable](https://github.com/Serializable) annotation on enum class is required when [@​SerialName](https://github.com/SerialName) or [@​SerialInfo](https://github.com/SerialInfo) annotations are used on its members" > > ### Tools. Gradle. Native > > - [`KT-33076`](https://youtrack.jetbrains.com/issue/KT-33076) MPP Gradle plugin: Produce final native binaries from compilation output instead of sources > - [`KT-33645`](https://youtrack.jetbrains.com/issue/KT-33645) Kotlin/Native: Compilation failure if a library passed by the -Xinclude option contains a constructor annotated with [@​OverrideInit](https://github.com/OverrideInit) > - [`KT-34259`](https://youtrack.jetbrains.com/issue/KT-34259) MPP Gradle plugin: Support fat frameworks for watchOS and tvOS > - [`KT-34329`](https://youtrack.jetbrains.com/issue/KT-34329) Support watchOS and tvOS in CocoaPods Gradle plugin > > ### Tools. J2K > > - [`KT-34987`](https://youtrack.jetbrains.com/issue/KT-34987) New J2K converter: [@​NotNull](https://github.com/NotNull) annotations are not removed after converting java code to kotlin > - [`KT-35074`](https://youtrack.jetbrains.com/issue/KT-35074) J2K: No auto conversion in 'for' loop with multiple init variables > > ## Previous releases > This release also includes the fixes and improvements from the [previous releases](https://github.com/JetBrains/kotlin/releases/tag/v1.3.60). > > ## Kotlin 1.3.60 EAP 3 > # CHANGELOG > > ## 1.3.60 EAP 3 > > ### Compiler > > - [`KT-18541`](https://youtrack.jetbrains.com/issue/KT-18541) Prohibit "tailrec" modifier on open functions > - [`KT-19844`](https://youtrack.jetbrains.com/issue/KT-19844) Do not render type annotations on symbols rendered in diagnostic messages > - [`KT-24913`](https://youtrack.jetbrains.com/issue/KT-24913) KotlinFrontEndException with local class in init of generic class > - [`KT-31540`](https://youtrack.jetbrains.com/issue/KT-31540) Change initialization order of default values for tail recursive optimized functions > ... (truncated)
Changelog *Sourced from [kotlin-stdlib-jdk8's changelog](https://github.com/JetBrains/kotlin/blob/v1.3.61/ChangeLog.md).* > ## 1.3.61 > > ### Compiler > > - [`KT-35004`](https://youtrack.jetbrains.com/issue/KT-35004) "AssertionError: Unsigned type expected" in `when` range check in extension on unsigned type > > ### IDE > > - [`KT-34923`](https://youtrack.jetbrains.com/issue/KT-34923) [Regression] KtUltraLightMethod.hasModifierProperty("native") returns false for external Kotlin functions > > ### IDE. Gradle. Script > > - [`KT-31767`](https://youtrack.jetbrains.com/issue/KT-31767) Gradle Kotlin DSL new project template: use settings.gradle.kts > - [`KT-33451`](https://youtrack.jetbrains.com/issue/KT-33451) Conform Kotlin DSL file templates of Kotlin and Gradle IntelliJ plugins > > ### Libraries > > - [`KT-21445`](https://youtrack.jetbrains.com/issue/KT-21445) W3C DOM Touch events and interfaces are incomplete / missing > > ### Tools. Compiler Plugins > > - [`KT-34991`](https://youtrack.jetbrains.com/issue/KT-34991) kotlinx.serialization: False warning "Explicit [@​Serializable](https://github.com/Serializable) annotation on enum class is required when [@​SerialName](https://github.com/SerialName) or [@​SerialInfo](https://github.com/SerialInfo) annotations are used on its members" > > ### Tools. Gradle. Native > > - [`KT-33076`](https://youtrack.jetbrains.com/issue/KT-33076) MPP Gradle plugin: Produce final native binaries from compilation output instead of sources > - [`KT-33645`](https://youtrack.jetbrains.com/issue/KT-33645) Kotlin/Native: Compilation failure if a library passed by the -Xinclude option contains a constructor annotated with [@​OverrideInit](https://github.com/OverrideInit) > - [`KT-34259`](https://youtrack.jetbrains.com/issue/KT-34259) MPP Gradle plugin: Support fat frameworks for watchOS and tvOS > - [`KT-34329`](https://youtrack.jetbrains.com/issue/KT-34329) Support watchOS and tvOS in CocoaPods Gradle plugin > > ### Tools. J2K > > - [`KT-34987`](https://youtrack.jetbrains.com/issue/KT-34987) New J2K converter: [@​NotNull](https://github.com/NotNull) annotations are not removed after converting java code to kotlin > - [`KT-35074`](https://youtrack.jetbrains.com/issue/KT-35074) J2K: No auto conversion in 'for' loop with multiple init variables > > ## 1.3.60 > > ### Android > > - [`KT-27170`](https://youtrack.jetbrains.com/issue/KT-27170) Android lint tasks fails in Gradle with MPP dependency > > ### Compiler > > #### New Features > > - [`KT-31230`](https://youtrack.jetbrains.com/issue/KT-31230) Refine rules for allowed Array-based class literals on different platforms: allow `Array::class` everywhere, disallow `Array<...>::class` on non-JVM > - [`KT-33413`](https://youtrack.jetbrains.com/issue/KT-33413) Allow 'break' and 'continue' in 'when' statement to point to innermost surrounding loop > > #### Performance Improvements > > ... (truncated)
Commits - [`a9686c9`](https://github.com/JetBrains/kotlin/commit/a9686c94474c9d442db61b45f60e6ff326fdb7db) Add changelog for 1.3.61 - [`e001e26`](https://github.com/JetBrains/kotlin/commit/e001e267a98dd5084cd32a58dc32c3bf2427ac87) Update Kotlin Native - [`a1fad95`](https://github.com/JetBrains/kotlin/commit/a1fad954a4c0f728bd15c1507c0f76ada3bedf31) Export generic serializer constructor from JS module - [`0d97db0`](https://github.com/JetBrains/kotlin/commit/0d97db0c9ad7568e2caac2326e261917043b2a2b) Do not report 'Missing [@​Serializable](https://github.com/Serializable) on enum with [@​SerialInfo](https://github.com/SerialInfo)' if enum - [`6b773bc`](https://github.com/JetBrains/kotlin/commit/6b773bc94e71527d0376c3d925250f593dc1a5b4) Fix `for` loop conversion when multiple initializers are present - [`2da4cc2`](https://github.com/JetBrains/kotlin/commit/2da4cc27a9fef12da3906e74fbfd1615f6525917) Fix AWT freeze in KotlinNativeABICompatibilityChecker - [`a5b1775`](https://github.com/JetBrains/kotlin/commit/a5b177543d615f3f03b72a2bb301677f95b3ce41) Disable platform-specific checkers in common - [`42ac850`](https://github.com/JetBrains/kotlin/commit/42ac850dace542bfbe318826355b1e346e36db08) Add test on platform checks in project without that target - [`587fc69`](https://github.com/JetBrains/kotlin/commit/587fc691f0d138dab4d0ba49ec38eb1a19b3fbc7) Add external keyword support for UL - [`89e0fc4`](https://github.com/JetBrains/kotlin/commit/89e0fc4657cda5d60d4b221898dd7d0cd83d7f44) KT-35004: keep track of KotlinType for 'when' subject - Additional commits viewable in [compare view](https://github.com/JetBrains/kotlin/compare/v1.3.50...v1.3.61)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Looks like these dependencies are up-to-date now, so this is no longer needed.