I'm trying to add this library to the project for Android Studio: https://github.com/kochedykov/jlibmodbus
Import examples that I found for cases where the import project has a gradle file. Tried to add file type
apply plugin: 'java' version '1.0' dependencies { } But classes from the module do not appear in the project. Tell me how to properly configure the assembly?
