Kotlin: remove kapt wrapper, probably unneeded

This commit is contained in:
Paolo Tranquilli
2024-06-04 17:55:19 +02:00
parent 10584b3a7a
commit e4653a80d4
2 changed files with 0 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
#!/bin/bash
exec -a "$0" "$(dirname "$0")/wrapper.py" kapt "$@"

View File

@@ -1,4 +0,0 @@
@echo off
python "%~dp0wrapper.py" kapt %*
exit /b %ERRORLEVEL%