Set up gradle project
Summary: Build the jetpack compose plugin with gradle and export it to Maven. Reviewed By: lblasa Differential Revision: D46932689 fbshipit-source-id: cca0468bae7e6a324430aab548613aa1fdb61bf2
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b35cbaae55
commit
ad25c2468d
@@ -42,3 +42,6 @@ project(':leakcanary2-plugin').projectDir = file('android/plugins/leakcanary2')
|
||||
|
||||
include ':retrofit2-protobuf'
|
||||
project(':retrofit2-protobuf').projectDir = file('android/plugins/retrofit2-protobuf')
|
||||
|
||||
include ':jetpack-compose-plugin'
|
||||
project(':jetpack-compose-plugin').projectDir = file('android/plugins/jetpack-compose')
|
||||
|
||||
Reference in New Issue
Block a user