Join Slack
Powered by
You need to specify `android` as well as your othe...
# squarelibraries
s
saket
09/12/2019, 3:10 AM
You need to specify
android
as well as your other target platforms inside the
kotlin{}
block.
Copy code
kotlin { android("android") sourceSets { ... }
Open in Slack
Previous
Next