aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorLouis Pullen-Freilich <lpf@google.com>2020-06-22 17:34:35 +0100
committerLouis Pullen-Freilich <lpf@google.com>2020-06-23 15:14:25 +0100
commit66257797513d8f2c5a4980e7992ec733771f2159 (patch)
treefc3529d9df16e648618939a6974c6d5f8aa10ded /gradle.properties
parent1809b94324138930ae3e730cc88870ddae1bd8df (diff)
downloaddokka-66257797513d8f2c5a4980e7992ec733771f2159.tar.gz
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 <no-name-provided> 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
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties8
1 files changed, 5 insertions, 3 deletions
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