From 67c58598b52840e352c997fbb24095663a257443 Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Thu, 31 Mar 2022 13:34:39 -0400 Subject: [PATCH] Fix doc site list Seems these need a newline before the list starts to work --- docs/interop-javapoet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/interop-javapoet.md b/docs/interop-javapoet.md index fe09b77bec..6b41f0d5e6 100644 --- a/docs/interop-javapoet.md +++ b/docs/interop-javapoet.md @@ -45,6 +45,7 @@ Kotlin has more expressive types in some regards. These cannot be simply express are subject to lossy conversions. Examples include: + - Nullability - Nullable types in Kotlin will appear as normal types in JavaPoet. - Collection mutability