You need to specify `android` as well as your othe...
# squarelibraries
s
You need to specify
android
as well as your other target platforms inside the
kotlin{}
block.
Copy code
kotlin {
  android("android")

  sourceSets {
    ...
}