You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.
Currently kotlin-lib is dependent on an aging repository called LuaJ, that has been unmaintained for years.
Future plans is to rewrite the entirety of LuaJ in Kotlin with provide cross platform support. This will allow Shosetsu to improve the Lua experience on android, especially for other developers in the future.
The text was updated successfully, but these errors were encountered:
One migration that we can do for now is to unarchive shosetsuorg/luaj and merge the PRs from the LuaJ parent repository https://github.com/luaj/luaj/pulls and migrate to Gradle.
After that, a migration to Kotlin can slowly occur over time.
LuaJ works right now, and I believe any effort towards the Lua implementation should be put into a full rewrite (LuaK) instead of slowly patching holes with duck tape.
Currently kotlin-lib is dependent on an aging repository called
LuaJ
, that has been unmaintained for years.Future plans is to rewrite the entirety of LuaJ in Kotlin with provide cross platform support. This will allow Shosetsu to improve the Lua experience on android, especially for other developers in the future.
The text was updated successfully, but these errors were encountered: