compiler don’t find the R on the classpath ``` BUI...
# kobalt
f
compiler don’t find the R on the classpath
Copy code
BUILD FAILED: 1
hyperion:AnkoMaterialSamples fboldog$ ./kobaltw assemble
              __ __           __              __   __
             / //_/  ____    / /_   ____ _   / /  / /_
            / ,<    / __ \  / __ \ / __ `/  / /  / __/
           / /| |  / /_/ / / /_/ // /_/ /  / /  / /_
          /_/ |_|  \____/ /_.___/ \__,_/  /_/   \__/  0.732

          ╔══════════════════════════════╗
          ║ Building AnkoMaterialSamples ║
          ╚══════════════════════════════╝
───── AnkoMaterialSamples:clean
───── AnkoMaterialSamples:generateR
───── AnkoMaterialSamples:compile
  Kotlin 1.0.2-eap-15 compiling 18 files
*****
***** ERROR Error: java.lang.IllegalStateException: src/main/kotlin/com/ferencboldog/ankomaterial/masterdetailflow/DetailFragment.kt:10:38: error: unresolved reference: R
import com.ferencboldog.ankomaterial.R
                                     ^
src/main/kotlin/com/ferencboldog/ankomaterial/masterdetailflow/ui/DetailComponent.kt:20:38: error: unresolved reference: R
import com.ferencboldog.ankomaterial.R
                                     ^