Reputation: 11
I have two questions regarding gluen development:
1) Could I use external jars (httpclient
, log4j
, etc.) when I want to develop multi platform (desktop, android, iOS) apps?
2) If not, how can I change request header in RestClient
(Gluon connect)?
Upvotes: 1
Views: 487
Reputation: 17369
You can. Currently the only non-supported feature is Java 8 streams, so you want to avoid those in your code and libraries
Upvotes: 0