File: settings.gradle

package info (click to toggle)
libnative-platform-java 0.14-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 784 kB
  • sloc: java: 2,633; cpp: 1,573; sh: 127; makefile: 50
file content (5 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (5)
1
2
3
4
5
rootProject.name = 'native-platform'

include 'testApp'

project(':testApp').projectDir = new File(rootDir, 'test-app')