From 66257797513d8f2c5a4980e7992ec733771f2159 Mon Sep 17 00:00:00 2001 From: Louis Pullen-Freilich Date: Mon, 22 Jun 2020 17:34:35 +0100 Subject: Updates Kotlin compiler version to 1.3.61 Most of this CL is taken from: https://github.com/Kotlin/dokka/commit/a51a92429fd3d5e6836bf1d43244b00b92587a7d - with changes where needed for our fork. This also fixes @Composable () types being recorded as 'ERROR TYPE' because the new compiler version correctly understands this syntax (with no extra parameters). This also has the side-effect of removing types that were being added to some Compose docs. Bug: b/159470920 Bug: b/159473914 Test: FunctionTest#functionWithAnnotatedLambdaParam, BUILD_DOKKA=true ./gradlew dokkaKotlinTipOfTreeDocs Change-Id: I581902083c0f010240c864d6500a5c3f4823fd2e --- gradle.properties | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index a9e47b0bc..81c04c65b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,9 +2,11 @@ dokka_version=0.9.17-g011 dokka_publication_channel=dokka #Kotlin compiler and plugin -bundled_kotlin_compiler_version=1.3.20-dev-564 -kotlin_version=1.2.21 -kotlin_for_gradle_runtime_version=1.1.60 +bundled_kotlin_compiler_version=1.3.61 +kotlin_version=1.3.61 +kotlin_plugin_version=1.3.61-release-180 +idea_version=192.5728.98 +kotlin_for_gradle_runtime_version=1.3.61 ant_version=1.9.6 -- cgit v1.2.3