Я пробовал для добавления требуется responsefx; к моей информации о модуле все остальное сразу выдаст мне ошибку, но использование этого приведет к ошибке при компиляции (ошибка: модуль не найден: для реакции
требуется реакция
Код: Выделить всё
´module com.raven.microforge {
requires javafx.controls;
requires org.slf4j;
requires org.fxmisc.richtext;
requires com.google.gson;
requires com.dlsc.preferencesfx;
requires reactfx;
exports com.raven.microforge;
}´
´
Код: Выделить всё
dependencies {
implementation "ch.qos.logback:logback-classic:$logbackVersion"
implementation "ch.qos.logback:logback-core:$logbackVersion"
implementation "org.fxmisc.richtext:richtextfx:0.11.2"
implementation "com.dlsc.preferencesfx:preferencesfx-core:11.17.0"
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'org.reactfx:reactfx:2.0-M5'
}
Возможно, это глупый вопрос, но я серьезно не понимаю, что я сделал не так.
Подробнее здесь: https://stackoverflow.com/questions/786 ... dependency
Мобильная версия