Kotlin/Windows: fix markdown docs, just like Linux/mac.

This commit is contained in:
Don Cross
2022-04-12 11:17:22 -04:00
parent 55b5287eef
commit a2fe6c4c38

View File

@@ -238,6 +238,11 @@ call gradlew.bat assemble build test dokkaGfm fatJar
if errorlevel 1 (exit /b 1)
popd
cd kotlindoc
py format_kotlin_doc.py
if errorlevel 1 (exit /b 1)
cd ..
!GENEXE! check temp\k_check.txt
if errorlevel 1 (exit /b 1)